ImageGear .NET v25.2 - Updated
ImageGear.Art.Windows.Controls Assembly / ImageGear.ART.Windows.Controls Namespace / ModifyMarkEventArgs Class / ModifyMarkEventArgs Constructor
Reference to the annotation object being changed, moved or resized using the Annotator.
Type of the annotation's change.




In This Topic
    ModifyMarkEventArgs Constructor
    In This Topic
    Initializes a new instance of the ModifyMarkEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal mark As ImGearARTMark, _
       ByVal reason As ModifyReason _
    )
    'Usage
     
    Dim mark As ImGearARTMark
    Dim reason As ModifyReason
     
    Dim instance As New ModifyMarkEventArgs(mark, reason)
    public ModifyMarkEventArgs( 
       ImGearARTMark mark,
       ModifyReason reason
    )
    public: ModifyMarkEventArgs( 
       ImGearARTMark* mark,
       ModifyReason reason
    )
    public:
    ModifyMarkEventArgs( 
       ImGearARTMark^ mark,
       ModifyReason reason
    )

    Parameters

    mark
    Reference to the annotation object being changed, moved or resized using the Annotator.
    reason
    Type of the annotation's change.
    See Also