RectObjectTransformer Class Members
In This Topic
The following tables list the members exposed by
RectObjectTransformer.
Public Constructors
Public Properties
| Name | Description |
 | CanMove | Gets or sets a value indicating whether the object supports translation. |
 | CanResize | Gets or sets a value indicating whether the object supports resizing. |
 | LocationChangeTopMargin | Gets or sets position changing area of the object in pixels. |
 | ShowMoveCursor | Gets or sets a value indicating whether to show move cursor. |
 | ShowResizeCursor | Gets or sets a value indicating whether to show resize cursor. |
 | SizeChangeMargin | Gets or sets size changing area of the object in pixels. |
Public Methods
| Name | Description |
 | DoMouseDown | Saves initial parameters, when object transformation is started. |
 | DoMouseMove | Creates new rectangle of an object, based on transformation mode and current cursor position. |
Protected Methods
| Name | Description |
 | GetBoundingBox | Returns the bounding box of the object's parent container in pixels. |
 | GetMinSize | Returns the minimum object size in pixels. |
 | GetRect | Returns the rectangle of an object in pixels. |
 | SetRect | Sets the new object rectangle in pixels. |
See Also