WindowlessComponentSetBounds Method |
Set the bounding box of the component using the coordinate system of the parent
Namespace: Easymap.AddIn.CommonAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic void SetBounds(
float left,
float top,
float width,
float height
)
Public Sub SetBounds (
left As Single,
top As Single,
width As Single,
height As Single
)
Parameters
- left Single
-
- top Single
-
- width Single
-
- height Single
-
See Also