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

Show in webframe

InPoints Property (ManualPerspectiveDeskewCommand)








Gets or sets an array of LeadPoint structures that represent the location of the input points in the distorted image.
Syntax
public LeadPoint[] InPoints {get; set;}
'Declaration
 
Public Property InPoints As LeadPoint()
'Usage
 
Dim instance As ManualPerspectiveDeskewCommand
Dim value() As LeadPoint
 
instance.InPoints = value
 
value = instance.InPoints
public LeadPoint[] InPoints {get; set;}
@property (nonatomic, assign, nullable) const LeadPoint *inputPoints //LeadPoint[4]
public LeadPoint[] getInputPoints()
public void setInputPoints(LeadPoint[] value)
            
 <br/>get_InPoints();<br/>set_InPoints(value);<br/>Object.defineProperty('InPoints'); 
public:
property array<LeadPoint>^ InPoints {
   array<LeadPoint>^ get();
   void set (    array<LeadPoint>^ value);
}

Property Value

Array of points that will be transferred to match the location of the mapped points list.
Example
for an example, please refer to ManualPerspectiveDeskewCommand
Requirements

Target Platforms

See Also

Reference

ManualPerspectiveDeskewCommand Class
ManualPerspectiveDeskewCommand Members

Error processing SSI file