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




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

    Parameters

    center
    The center point, around which to flip the page.
    flipMode
    Flip direction.
    Remarks
    Note: The center parameter must be provided in the same coordinate system, as the marks were created and added to the ART page (image or device).
    See Also