Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Flags Property
See Also 
Leadtools.ImageProcessing Namespace > RotateCommand Class : Flags Property



Flag for size and interpolation options used with this RasterCommand.

Syntax

Visual Basic (Declaration) 
Public Property Flags As RotateCommandFlags
Visual Basic (Usage)Copy Code
Dim instance As RotateCommand
Dim value As RotateCommandFlags
 
instance.Flags = value
 
value = instance.Flags
C# 
public RotateCommandFlags Flags {get; set;}
C++/CLI 
public:
property RotateCommandFlags Flags {
   RotateCommandFlags get();
   void set (RotateCommandFlags value);
}

Return Value

An RotateCommandFlags specifying the size and interpolation options used with this RasterCommand.

Example

For an example, refer to RotateCommand.

Remarks

For more information, refer to RotateCommand

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also