Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / FlipRotator Class / FlipRotator Constructor / FlipRotator Constructor(WicTransformOptions)
The transform options to flip or rotate the image.

In This Topic
    FlipRotator Constructor(WicTransformOptions)
    In This Topic
    Initializes a new instance of the FlipRotator class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal transformOptions As WicTransformOptions _
    )
    public FlipRotator( 
       WicTransformOptions transformOptions
    )

    Parameters

    transformOptions
    The transform options to flip or rotate the image.
    See Also