Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum CodecsTransformFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsTransformFlags |
C# | |
---|---|
[FlagsAttribute()] public enum CodecsTransformFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class CodecsTransformFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Flip | Flip the image vertically. |
None | None. |
Reverse | Flip the image vertically. |
Rotate180 | Rotate the image 190 degrees. |
Rotate270 | Rotate the image 270 degrees. |
Rotate90 | Rotate the image 90 degrees. |
For an example, refer to RasterCodecs.Transform.
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsTransformFlags
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)