ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMark Class / OnMarkFlipped Method
The center point, around which the mark flipped.
Flip direction.




In This Topic
    OnMarkFlipped Method
    In This Topic
    Occurs when the mark is flipped.
    Syntax
    'Declaration
     
    Protected Sub OnMarkFlipped( _
       ByVal center As ImGearPoint, _
       ByVal flipMode As ImGearFlipModes _
    ) 
    'Usage
     
    Dim instance As ImGearARTMark
    Dim center As ImGearPoint
    Dim flipMode As ImGearFlipModes
     
    instance.OnMarkFlipped(center, flipMode)
    protected void OnMarkFlipped( 
       ImGearPoint center,
       ImGearFlipModes flipMode
    )
    protected: void OnMarkFlipped( 
       ImGearPoint center,
       ImGearFlipModes flipMode
    ) 
    protected:
    void OnMarkFlipped( 
       ImGearPoint center,
       ImGearFlipModes flipMode
    ) 

    Parameters

    center
    The center point, around which the mark flipped.
    flipMode
    Flip direction.
    See Also