Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

MappingPoints Property








Gets or sets an array of LeadPoint structures that contains the mapped points in the input image.
Syntax
public LeadPoint[] MappingPoints {get; set;}
'Declaration
 
Public Property MappingPoints As LeadPoint()
'Usage
 
Dim instance As ManualPerspectiveDeskewCommand
Dim value() As LeadPoint
 
instance.MappingPoints = value
 
value = instance.MappingPoints
public LeadPoint[] 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 array<LeadPoint>^ MappingPoints {
   array<LeadPoint>^ get();
   void set (    array<LeadPoint>^ value);
}

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

See Also

Reference

ManualPerspectiveDeskewCommand Class
ManualPerspectiveDeskewCommand Members

Error processing SSI file