←Select platform

RotateFlipCommand Constructor(RotateFlipType)

Summary

Initializes a new RotateFlipCommand class object.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal type As RotateFlipType _ 
) 
- (instancetype)initWithType:(LTKernelRotateFlipType)type; 
public RotateFlipCommand(RotateFlipType type) 
public: 
RotateFlipCommand(  
   RotateFlipType type 
) 

Parameters

type
RotateFlipType to use.

Example

For an example, refer to RotateFlipCommand

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Kernel Assembly