The RectangleVObject type exposes the following members.
Name | Description | |
---|---|---|
RectangleVObject | Overloaded. Creates and initializes an instance of the RectangleVObject class. |
Name | Description | |
---|---|---|
Accept | (Overrides ShapeVObject.Accept(IVObjectVisitor).) | |
BeginUpdate |
Starts updating of this VObject. (Inherited from VObject.) |
|
Clone | (Inherited from VObject.) | |
Draw |
Draws VObject on the specified Bitmap. (Inherited from VObject.) |
|
EndUpdate |
Finishes updating of this VObject. (Inherited from VObject.) |
|
Equals | (Inherited from Object.) | |
FillShape | (Inherited from ShapeVObject.) | |
Finalize | (Inherited from Object.) | |
GetBorderWidth | (Inherited from ShapeVObject.) | |
GetColorManagement | (Inherited from VObject.) | |
GetDrawer | (Inherited from VObject.) | |
GetDrawingPath | (Overrides BaseRectangleVObject.GetDrawingPath(Single).) | |
GetHashCode | (Inherited from Object.) | |
GetPath | (Inherited from ShapeVObject.) | |
GetShapeDrawer | (Inherited from ShapeVObject.) | |
GetType | (Inherited from Object.) | |
GetVObjectData | (Inherited from ShapeVObject.) | |
GetVObjectDataType | (Inherited from ShapeVObject.) | |
MemberwiseClone | (Inherited from Object.) | |
OnChanged |
Raises the Changed event. (Inherited from VObject.) |
|
StrokeShape | (Inherited from ShapeVObject.) | |
ToString | (Inherited from Object.) | |
Transform_TransformChanged | (Inherited from VObject.) |
Name | Description | |
---|---|---|
IncludeBorder |
Name | Description | |
---|---|---|
Angle |
Gets or sets an angle (in degrees) to rotate the rectangle on. (Inherited from BaseRectangleVObject.) |
|
BorderColor | (Inherited from ShapeVObject.) | |
BorderWidth | (Inherited from ShapeVObject.) | |
Bounds | (Overrides ShapeVObject.Bounds.) | |
Canvas |
Gets a reference to the Canvas object this VObject belongs to. (Inherited from VObject.) |
|
Data |
Gets or sets serialized data of this VObject. (Inherited from VObject.) |
|
FillColor | (Inherited from ShapeVObject.) | |
FixedBorderWidth | (Inherited from ShapeVObject.) | |
Height | (Inherited from BaseRectangleVObject.) | |
Index |
Get the index of this VObject in the VObjectCollection. Returns |
|
IsUpdating |
Gets or sets a value indicating whether VObject is updating. (Inherited from VObject.) |
|
Layer |
Gets a reference to the Layer object this VObject belongs to. (Inherited from VObject.) |
|
Location | (Inherited from BaseRectangleVObject.) | |
Locked |
Gets or sets the value indicating if the VObject is locked. (Inherited from VObject.) |
|
Name |
Gets or sets the name of the VObject. (Inherited from VObject.) |
|
Opacity | (Inherited from BaseRectangleVObject.) | |
Path | (Inherited from ShapeVObject.) | |
Permissions | (Inherited from VObject.) | |
Rectangle |
Gets or sets a rectangle and its rotation angle. (Inherited from BaseRectangleVObject.) |
|
SupportedActions |
Gets or sets the enumeration of actions which can be applied to this VObject. (Inherited from VObject.) |
|
Tag |
Gets or sets custom data. (Inherited from VObject.) |
|
TextWrappingMode | (Inherited from BaseRectangleVObject.) | |
Transform |
Gets or sets value which configures v-object transformation. (Inherited from VObject.) |
|
UniqueId |
Gets or sets a unique identifier of this VObject. (Inherited from VObject.) |
|
Visible |
Gets or sets the value indicating if the VObject is visible. (Inherited from VObject.) |
|
Width | (Inherited from BaseRectangleVObject.) |
Name | Description | |
---|---|---|
Changed |
Raised when the VObject is modified (after the modification is completed). (Inherited from VObject.) |