←Select platform

DeskewCommand Constructor()

Summary

Initializes a new DeskewCommand class object with default parameters.

Syntax

C#
VB
Java
Objective-C
C++
public DeskewCommand() 
Public Function New() 
- (instancetype)init 
public DeskewCommand() 
public: 
DeskewCommand(); 

Remarks

The default value for fillColor is RasterColor(0, 0, 0). The default value for angle is 0. The default value for flags is DeskewCommandFlags::DeskewImage | DeskewCommandFlags::FillExposedArea.

Example

Refer to DeskewCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly