←Select platform

CodecsTransformFlags Enumeration

Summary

Indicates the transform to perform.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[FlagsAttribute()] 
public enum CodecsTransformFlags   
<FlagsAttribute()> 
Public Enum CodecsTransformFlags  
    
    
[FlagsAttribute()] 
public enum CodecsTransformFlags    
typedef NS_OPTIONS(NSUInteger, LTCodecsTransformFlags) 
public enum CodecsTransformFlags 
Leadtools.Codecs.CodecsTransformFlags = function() { }; 
Leadtools.Codecs.CodecsTransformFlags.prototype = {<br/> 
  None = 0x00000000, 
    Flip = 0x00000001, 
    Reverse = 0x00000002, 
    Rotate90 = 0x00000004, 
    Rotate180 = 0x00000008, 
    Rotate270 = 0x0000000C, 
     
 }; 
[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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly