Regular |
The RegularPolygon type exposes the following members.
Name | Description | |
---|---|---|
AccumulatedEventData |
Gets the accumulated event data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT) | |
AllowNegativeSize |
Returns the information if this object allows negative sizes.
(Inherited from GraphicBase) | |
AutoSize | (Inherited from GraphicBase) | |
Bounds |
Gets the bound of the object. The X and Y positions depend on the transformation model chosen for this graphic object: if the transformation takes into account the local anchor point,
then the X and Y of the bounds are always 0. If the transformation does not take the local anchor point into account, then (X and Y) is the vector from the local anchor point to the
upper left corner of the graphical object.
(Inherited from GraphicBase) | |
Brush | (Inherited from ClosedPathShapeBase) | |
CornerRadius | ||
Debug_AbsolutePath |
Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase) | |
HasEvenNumberOfVertices | ||
Height |
Gets/sets the height of the item. This is the unscaled height.
(Inherited from GraphicBase) | |
IsDisposed |
Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase) | |
IsDisposeInProgress |
Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase) | |
IsResumeInProgress |
Gets a value indicating whether this instance is currently resuming the events.
(Inherited from SuspendableDocumentNode) | |
IsSomeoneListeningToChanges |
Gets a value indicating whether someone is listening to changes. For this, either the ParentObject or the Changed event must be set.
(Inherited from SuspendableDocumentNodeBase) | |
IsSuspended |
Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentNode) | |
IsSuspendedOrResumeInProgress |
Gets a value indicating whether this instance is suspended or resume is currently in progress.
(Inherited from SuspendableDocumentNode) | |
Location | (Inherited from GraphicBase) | |
Name |
Gets the name of this document node. Null is returned if the name is not set or unknown.
The set accessor will for most nodes throw a InvalidOperationException, since the name can only be set on IProjectItems.
(Inherited from SuspendableDocumentNodeBase) | |
NumberOfVertices | ||
ParentObject |
Gets/sets the parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) | |
ParentSize | (Inherited from GraphicBase) | |
Pen | (Inherited from ClosedPathShapeBase) | |
Position |
Get/set the position of the object. This is defined as the vector from the parent's reference point to the object's pivot point.
(Inherited from GraphicBase) | |
Rotation |
Get/sets the rotation value, measured in degrees in counterclockwise direction.
(Inherited from GraphicBase) | |
Scale | (Inherited from GraphicBase) | |
ScaleX |
Get/sets the scale for the width of the item. Normally this number is one (1).
(Inherited from GraphicBase) | |
ScaleY |
Get/sets the scale for the height of the item. Normally this number is one (1).
(Inherited from GraphicBase) | |
Shear |
Get/sets the shear of the item. This is the factor, by which the item points are shifted in x direction, when doing a unit step in y direction.
The shear is the tangents of the shear angle.
(Inherited from GraphicBase) | |
Size |
Get/set the unscaled size of the item.
(Inherited from GraphicBase) | |
Width |
Get/sets the width of the item. This is the unscaled width.
(Inherited from GraphicBase) | |
X |
Get/sets the x position of the reference point of the object in layer coordinates.
(Inherited from GraphicBase) | |
Y |
Get/sets the y position of the reference point of the object in layer coordinates.
(Inherited from GraphicBase) |