[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.FlipRotator

Class FlipRotator

Namespace
GrapeCity.Documents.Imaging.Windows
Assembly
GcDocs.Imaging.Windows.dll

Produces a flipped (horizontal or vertical) and/or rotated (by 90 degree increments) bitmap. Rotations are done before the flip.

public class FlipRotator : BaseTransform
Inheritance
object
FlipRotator
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

FlipRotator()

Initializes a new instance of the FlipRotator class.

public FlipRotator()

FlipRotator(WicTransformOptions)

Initializes a new instance of the FlipRotator class.

public FlipRotator(WicTransformOptions transformOptions)

Parameters

transformOptions WicTransformOptions

The transform options to flip or rotate the image.

Properties

TransformOptions

Gets or sets the transform options to flip or rotate the image.

public WicTransformOptions TransformOptions { get; set; }

Property Value

WicTransformOptions