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




In This Topic
    Flip Method (ImGearARTLine)
    In This Topic
    Flips the mark around the center in vertical or horizontal direction.
    Syntax
    'Declaration
     
    Public Overrides Sub Flip( _
       ByVal center As ImGearPoint, _
       ByVal flipMode As ImGearFlipModes _
    ) 
    'Usage
     
    Dim instance As ImGearARTLine
    Dim center As ImGearPoint
    Dim flipMode As ImGearFlipModes
     
    instance.Flip(center, flipMode)
    public override void Flip( 
       ImGearPoint center,
       ImGearFlipModes flipMode
    )
    public: void Flip( 
       ImGearPoint center,
       ImGearFlipModes flipMode
    ) override 
    public:
    void Flip( 
       ImGearPoint center,
       ImGearFlipModes flipMode
    ) override 

    Parameters

    center
    The center point, around which to flip the mark.
    flipMode
    Flip direction.
    Remarks
    The method is called when ART page is flipped.

    Note: The center parameter must be provided in the same coordinate system, as the mark was created and added to the ART page (image or device).

    See Also