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: 11.2.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