←Select platform

CodecsTransformFlags Enumeration

Summary

Indicates the transform to perform.

Syntax
C#
VB
Objective-C
C++
Java
[FlagsAttribute()] 
public enum CodecsTransformFlags   
<FlagsAttribute()> 
Public Enum CodecsTransformFlags  
typedef NS_OPTIONS(NSUInteger, LTCodecsTransformFlags) 
public enum CodecsTransformFlags 
[FlagsAttribute()] 
public enum class CodecsTransformFlags   

Members
ValueMemberDescription
0x00000000None None.
0x00000001Flip Flip the image vertically.
0x00000002Reverse Flip the image vertically.
0x00000004Rotate90 Rotate the image 90 degrees.
0x00000008Rotate180 Rotate the image 190 degrees.
0x0000000CRotate270 Rotate the image 270 degrees.

Example

For an example, refer to RasterCodecs.Transform.

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly