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
)
Public Sub SetClientBounds (
left As Single,
top As Single,
width As Single,
height As Single
)
Parameters
- left
- Type: SystemSingle
- top
- Type: SystemSingle
- width
- Type: SystemSingle
- height
- Type: SystemSingle
See Also