This documentation is for the old version. Go to the latest Graphics Mill docs

Texturize.FlipMode Property

Gets/sets value that specifies how to flip/rotate the images one relatively other.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property FlipMode As RotateFlipType
C#
public RotateFlipType FlipMode { get; set; }

Property Value

RotateFlipType value that specifies how to flip/rotate the images one relatively other.

Remarks

Default value is RotateNoneFlipNone.

See Also

Reference