←Select platform

MappingPoints Property

Summary

An array of LeadPoint structures that contain the mapped points in the input image.

Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint[] MappingPoints { get; } 
Public Property MappingPoints As LeadPoint() 
@property (nonatomic, strong, nullable) const LeadPoint *mappingPoints; 
public LeadPoint[] getMappingPoints()             
public: 
property array<LeadPoint>^ MappingPoints { 
   array<LeadPoint>^ get(); 
} 

Property Value

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

Example

For an example, refer to ManualPerspectiveCorrectionCommand

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Kernel Assembly