←Select platform

InPoints Property (ManualPerspectiveDeskewCommand)

Summary

Gets or sets an array of LeadPoint structures that represent the location of the input points in the distorted image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public [Leadtools.LeadPoint[]](../l/leadpoint.html) InPoints {get; set;}
Public Property InPoints As Leadtools.LeadPoint()
public [Leadtools.LeadPoint[]](../l/leadpoint.html) InPoints {get; set;}
@property (nonatomic, assign, nullable) const LeadPoint *inputPoints //LeadPoint[4]
public LeadPoint[] getInputPoints() 
public void setInputPoints(LeadPoint[] value) 
get_InPoints(); 
set_InPoints(value); 
Object.defineProperty('InPoints'); 
public: 
property Leadtools.array<LeadPoint>^ InPoints { 
   Leadtools.array<LeadPoint>^ get(); 
   void set (    Leadtools.array<LeadPoint>^ ); 
} 

Property Value

Array of points that will be transferred to match the location of the mapped points list.

Example

for an example, please refer to ManualPerspectiveDeskewCommand

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize