Click or drag to resize

GM_PixelRect_t Constructor (Int32, Int32, Int32, Int32)

Constructor

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_PixelRect_t(
	int aLeft,
	int aRight,
	int aTop,
	int aBottom
)

Parameters

aLeft
Type: SystemInt32
Left coordinate of rectangle
aRight
Type: SystemInt32
Right coordinate of rectangle
aTop
Type: SystemInt32
Top coordinate of rectangle
aBottom
Type: SystemInt32
Bottom coordinate of rectangle
See Also