ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMark Class
Properties Methods Events


In This Topic
    ImGearARTMark Class Members
    In This Topic

    The following tables list the members exposed by ImGearARTMark.

    Public Properties
     NameDescription
    Public PropertyGets access controller for the mark.  
    Public PropertyGets the mark's bounding rectangle in abstract coordinates.  
    Public PropertyGets the mark's boundling rectangle used for hit test.  
    Public PropertyGets the mark's id.  
    Public PropertyGets the reference to the parent group.  
    Public PropertyGets or sets data object for the AccessController property.  
    Public PropertyOverridden. Gets the selection points.  
    Public PropertyGets an object representing specific statistics information about the mark.  
    Public PropertyGets the mark's type.  
    Public PropertyGets or sets the user data specified for the mark.  
    Public PropertyGets the user data dictionary specified for the mark.  
    Public PropertyGets or sets a value indicating whether the mark's visibility state.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates new object that is an exact copy of the current mark.  
    Public MethodFlips the mark around the center in vertical or horizontal direction.  
    Public Methodstatic (Shared in Visual Basic)Converts legacy ART2.0 mark into the appropriate ART 3.0 mark.  
    Public MethodGets rendering bounding rectangle of the mark in abstract coordinates.  
    Public MethodMoves the mark by specified offset.  
    Public MethodRotates the mark around the center.  
    Public MethodScales the mark in horizontal and vertical directions.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOccurs when the mark is flipped.  
    Protected MethodOccurs when the mark is moved.  
    Protected MethodOccurs when the mark is rotated.  
    Protected MethodOccurs when the mark is scaled.  
    Protected MethodOverloaded. Occurs when a property value changes.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the mark is flipped.  
    Public EventOccurs when the mark is moved.  
    Public EventOccurs when the mark is rotated.  
    Public EventOccurs when the mark is scaled.  
    Public EventOccurs when a property value changes.  
    Top
    See Also