Click or drag to resize

WindowlessComponentSetBounds Method

Set the bounding box of the component using the coordinate system of the parent

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

Parameters

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