←Select platform

MappingPoints Property

Summary

Gets or sets an array of LeadPoint structures that contains the mapped points in the input image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadPoint[] MappingPoints { get; set; } 
Public Property MappingPoints As Leadtools.LeadPoint() 
public [Leadtools.LeadPoint[]](../l/leadpoint.md) MappingPoints {get; set;} 
@property (nonatomic, assign, nullable) const LeadPoint *mappingPoints //LeadPoint[4] 
public LeadPoint[] getMappingPoints() 
public void setMappingPoints(LeadPoint[] value) 
             
 <br/>get_MappingPoints();<br/>set_MappingPoints(value);<br/>Object.defineProperty('MappingPoints');  
public: 
property Leadtools.array<LeadPoint>^ MappingPoints { 
   Leadtools.array<LeadPoint>^ get(); 
   void set (    Leadtools.array<LeadPoint>^ ); 
} 

Property Value

Array of points that map each point in the InputPoints list to its output location.

Example

for an example, please refer to ManualPerspectiveDeskewCommand

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