Shape |
The ShapeGroup 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 | (Overrides GraphicBaseAutoSize) | |
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 (which is the case here).
(Overrides GraphicBaseBounds) | |
Debug_AbsolutePath |
Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase) | |
GroupedObjects | Gets access to the grouped objects. This function has to be used with care. No size/position update of the ShapeGroup is done if the position/size/rotation/share values of one of the grouped objects is changed. One the other hand, you can change other properties, like colors and brushes, of the individual grouped objects. | |
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) | |
ParentObject |
Gets/sets the parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) | |
ParentSize | (Inherited from GraphicBase) | |
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) | |
RotationX |
Get/sets the rotation x value, measured in degrees in counterclockwise direction.
(Inherited from GraphicBase) | |
RotationY |
Get/sets the rotation y value, measured in degrees in counterclockwise direction.
(Inherited from GraphicBase) | |
RotationZ |
Get/sets the rotation z 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) | |
ScaleZ |
Get/sets the scale for the z dimension of the item. Normally this number is one (1).
(Inherited from GraphicBase) | |
ShearX |
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) | |
ShearY |
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) | |
ShearZ |
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) | |
SizeX |
Get/sets the width of the item. This is the unscaled width.
(Inherited from GraphicBase) | |
SizeY |
Gets/sets the height of the item. This is the unscaled height.
(Inherited from GraphicBase) | |
SizeZ |
Gets/sets the height of the item. This is the unscaled height.
(Inherited from GraphicBase) | |
Tag |
Gets or sets the tag. The tag is a string that the user can use to identify a certain instance of shape, e.g. when executing a script.
(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) | |
Z |
Get/sets the z position of the reference point of the object in layer coordinates.
(Inherited from GraphicBase) |