Click or drag to resize

COMRECT(Int32, Int32, Int32, Int32) Constructor

Initializes a new instance of the COMRECT class

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public COMRECT(
	int left,
	int top,
	int right,
	int bottom
)

Parameters

left  Int32

[Missing <param name="left"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.COMRECT.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

top  Int32

[Missing <param name="top"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.COMRECT.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

right  Int32

[Missing <param name="right"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.COMRECT.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

bottom  Int32

[Missing <param name="bottom"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.COMRECT.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also