Click or drag to resize

EmbeddedImageGraphic Properties

The EmbeddedImageGraphic type exposes the following members.

Properties
 NameDescription
Protected propertyAccumulatedEventData Gets the accumulated event data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT)
Public propertyAllowNegativeSize Returns the information if this object allows negative sizes.
(Inherited from GraphicBase)
Public propertyAspectRatioPreserving
(Inherited from ImageGraphic)
Public propertyAutoSize
(Inherited from ImageGraphic)
Public propertyBounds 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)
Protected propertyDebug_AbsolutePath Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase)
Public propertyHeight Gets/sets the height of the item. This is the unscaled height.
(Inherited from GraphicBase)
Public propertyImage Gets or sets the image.
Public propertyIsDisposed Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsDisposeInProgress Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsResumeInProgress Gets a value indicating whether this instance is currently resuming the events.
(Inherited from SuspendableDocumentNode)
Public propertyIsSizeCalculationBasedOnSourceSize
(Inherited from ImageGraphic)
Public propertyIsSomeoneListeningToChanges 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)
Public propertyIsSuspended Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentNode)
Public propertyIsSuspendedOrResumeInProgress Gets a value indicating whether this instance is suspended or resume is currently in progress.
(Inherited from SuspendableDocumentNode)
Public propertyLocation
(Inherited from GraphicBase)
Public propertyName 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)
Public propertyParentObject Gets/sets the parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Public propertyParentSize
(Inherited from GraphicBase)
Public propertyPosition 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)
Public propertyRotation Get/sets the rotation value, measured in degrees in counterclockwise direction.
(Inherited from GraphicBase)
Public propertyScale
(Inherited from GraphicBase)
Public propertyScaleX Get/sets the scale for the width of the item. Normally this number is one (1).
(Inherited from GraphicBase)
Public propertyScaleY Get/sets the scale for the height of the item. Normally this number is one (1).
(Inherited from GraphicBase)
Public propertyShear 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)
Public propertySize Get/set the unscaled size of the item.
(Inherited from GraphicBase)
Public propertyWidth Get/sets the width of the item. This is the unscaled width.
(Inherited from GraphicBase)
Public propertyX Get/sets the x position of the reference point of the object in layer coordinates.
(Inherited from GraphicBase)
Public propertyY Get/sets the y position of the reference point of the object in layer coordinates.
(Inherited from GraphicBase)
Top
See Also