Click or drag to resize

COMRECTFromXYWH Method

Creates a rectangle from X, Y, width, and height values.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

COMRECT
A new COMRECT instance.
See Also