INode.SetBoundsAt method
Namespace: NextDesign.Core
Description
Change the position and size of this shape.
argument
Name | Type | Description |
---|
x | double | X position of entity |
y | double | Y position of entity |
w | double | Shape Width |
h | double | Shape Height |
Return value