←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 [Leadtools.LeadPoint[]](../l/leadpoint.html) MappingPoints {get; set;}
Public Property MappingPoints As Leadtools.LeadPoint()
public [Leadtools.LeadPoint[]](../l/leadpoint.html) MappingPoints {get; set;}
@property (nonatomic, assign, nullable) const LeadPoint *mappingPoints //LeadPoint[4]
public LeadPoint[] getMappingPoints() 
public void setMappingPoints(LeadPoint[] value) 
get_MappingPoints(); 
set_MappingPoints(value); 
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

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