←Select platform

MappingPoints Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint[] MappingPoints { get; set; } 
Public Property MappingPoints As LeadPoint() 
@property (nonatomic, assign, nullable) const LeadPoint *mappingPoints //LeadPoint[4] 
public LeadPoint[] getMappingPoints() 
public void setMappingPoints(LeadPoint[] value) 
public: 
property array<LeadPoint>^ MappingPoints { 
   array<LeadPoint>^ get(); 
   void set (    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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly