ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMark Class / MarkScaled Event




In This Topic
    MarkScaled Event
    In This Topic
    Occurs when the mark is scaled.
    Syntax
    'Declaration
     
    Public Event MarkScaled As ImGearARTMarkScaleEventHandler
    'Usage
     
    Dim instance As ImGearARTMark
    Dim handler As ImGearARTMarkScaleEventHandler
     
    AddHandler instance.MarkScaled, handler
    public event ImGearARTMarkScaleEventHandler MarkScaled
    public: __event ImGearARTMarkScaleEventHandler* MarkScaled
    public:
    event ImGearARTMarkScaleEventHandler^ MarkScaled
    Event Data

    The event handler receives an argument of type ImGearARTMarkScaleEventArgs containing data related to this event. The following ImGearARTMarkScaleEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the horizontal scaling factor.  
    Gets the vertical scaling factor.  
    See Also