ImageGear22.Art Assembly > ImageGear.ART Namespace : ImGearARTMark Class |
The following tables list the members exposed by ImGearARTMark.
Name | Description | |
---|---|---|
AccessController | Gets access controller for the mark. | |
Bounds | Gets the mark's bounding rectangle in abstract coordinates. | |
HitTestBounds | Gets the mark's boundling rectangle used for hit test. | |
Id | Gets the mark's id. | |
ParentGroup | Gets the reference to the parent group. | |
SecureObjectData | Gets or sets data object for the AccessController property. | |
SelectionPoints | Overridden. Gets the selection points. | |
Statistics | Gets an object representing specific statistics information about the mark. | |
Type | Gets the mark's type. | |
UserData | Gets or sets the user data specified for the mark. | |
UserDataAttributes | Gets the user data dictionary specified for the mark. | |
Visible | Gets or sets a value indicating whether the mark's visibility state. |
Name | Description | |
---|---|---|
Clone | Creates new object that is an exact copy of the current mark. | |
Flip | Flips the mark around the center in vertical or horizontal direction. | |
FromLegacyMark | Converts legacy ART2.0 mark into the appropriate ART 3.0 mark. | |
GetRenderBounds | Gets rendering bounding rectangle of the mark in abstract coordinates. | |
Move | Moves the mark by specified offset. | |
Rotate | Rotates the mark around the center. | |
Scale | Scales the mark in horizontal and vertical directions. |
Name | Description | |
---|---|---|
OnMarkFlipped | Occurs when the mark is flipped. | |
OnMarkMoved | Occurs when the mark is moved. | |
OnMarkRotated | Occurs when the mark is rotated. | |
OnMarkScaled | Occurs when the mark is scaled. | |
OnPropertyChanged | Overloaded. Occurs when a property value changes. |
Name | Description | |
---|---|---|
MarkFlipped | Occurs when the mark is flipped. | |
MarkMoved | Occurs when the mark is moved. | |
MarkRotated | Occurs when the mark is rotated. | |
MarkScaled | Occurs when the mark is scaled. | |
PropertyChanged | Occurs when a property value changes. |