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.3.0.0
Syntax
public void SetClientBounds(
	float left,
	float top,
	float width,
	float height
)

Parameters

left  Single
 
top  Single
 
width  Single
 
height  Single
 
See Also