[]
Produces a flipped (horizontal or vertical) and/or rotated (by 90 degree increments) bitmap. Rotations are done before the flip.
public class FlipRotator : BaseTransform
Initializes a new instance of the FlipRotator class.
public FlipRotator()
Initializes a new instance of the FlipRotator class.
public FlipRotator(WicTransformOptions transformOptions)
transformOptions
WicTransformOptionsThe transform options to flip or rotate the image.
Gets or sets the transform options to flip or rotate the image.
public WicTransformOptions TransformOptions { get; set; }