Click or drag to resize

WindowlessComponentSetClientBounds Method

Set the bounding box of the component using pixel coordinates

Namespace:  Easymap.AddIn.Common
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public void SetClientBounds(
	float left,
	float top,
	float width,
	float height
)

Parameters

left
Type: SystemSingle
top
Type: SystemSingle
width
Type: SystemSingle
height
Type: SystemSingle
See Also