←Select platform

KeyStoneCommand Constructor(LeadPoint[])

Summary

Initializes a new KeyStoneCommand class object with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal polygonPoints() As Leadtools.LeadPoint _ 
) 
public KeyStoneCommand(  
   Leadtools.LeadPoint[] polygonPoints 
) 
- (instancetype)initWithPolygonPoints:(NSArray<NSValue *> *)polygonPoints /*LeadPoint*/ 
public KeyStoneCommand(ArrayList<LeadPoint> polygonPoints) 
function KeyStoneCommand(  
   polygonPoints  
) 
public: 
KeyStoneCommand(  
   Leadtools.array<LeadPoint>^ polygonPoints 
) 

Parameters

polygonPoints
A reference to an array of LeadPoint structures that contain the four points of the polygon used in the transformation process.

Remarks

If the input array of points that represents the polygon has more than 4 points, an Invalid Parameters Exception will be thrown.

Example

Refer to the KeyStoneCommand example.

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