←Select platform

RotateCommandFlags Enumeration

Summary
Flags for the RotateCommand.Flags property.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum RotateCommandFlags 
typedef NS_OPTIONS(NSUInteger, LTRotateCommandFlags) 
public enum RotateCommandFlags 
[FlagsAttribute()] 
public enum class RotateCommandFlags   
class RotateCommandFlags(Enum): 
   None = 0 
   Resize = 1 
   Resample = 2 
   Bicubic = 4 
Members
ValueMemberDescription
0x00000000None Default, do not resize the image, crop it.
0x00000001Resize Size resulting image as needed.
0x00000002Resample Perform bilinear interpolation when rotating.
0x00000004Bicubic Perform bicubic interpolation when rotating.
Remarks

RotateCommandFlags.Resample and RotateCommandFlags..Bicubic can be combined with RotateCommandFlags.Resize, but they can not be combined with each other. Therefore, you can pass RotateCommandFlags.Resample Or RotateCommandFlags.Resize, but not RotateCommandFlags.Resample | RotateCommandFlags..Bicubic.

If RotateCommandFlags.Resize is set, then the image is resized. Otherwise, the image is cropped.

Requirements

Target Platforms

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

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.