Creates a rectangle from X, Y, width, and height values.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static COMRECT FromXYWH(
int x,
int y,
int width,
int height
)
Parameters
- x Int32
- The X coordinate.
- y Int32
- The Y coordinate.
- width Int32
- The width.
- height Int32
- The height.
Return Value
COMRECTA new
COMRECT instance.
See Also