ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / FlipRotator Class / FlipRotator Constructor / FlipRotator Constructor(TransformOptions)
The transform options to flip or rotate the image.

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

    Parameters

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