COMRECT(Int32, Int32, Int32, Int32) Constructor |
Initializes a new instance of the
COMRECT class.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic COMRECT(
int left,
int top,
int right,
int bottom
)
Parameters
- left Int32
- The left coordinate.
- top Int32
- The top coordinate.
- right Int32
- The right coordinate.
- bottom Int32
- The bottom coordinate.
See Also