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

Show in webframe

PolygonPoints Property








Gets or sets a list of LeadPoint structures that contains the four points of the polygon.
Syntax
public LeadPoint[] PolygonPoints {get; set;}
'Declaration
 
Public Property PolygonPoints As LeadPoint()
'Usage
 
Dim instance As KeyStoneCommand
Dim value() As LeadPoint
 
instance.PolygonPoints = value
 
value = instance.PolygonPoints
public LeadPoint[] PolygonPoints {get; set;}
@property (nonatomic, strong, nullable) NSArray<NSValue *> *polygonPoints //LeadPoint
public ArrayList<LeadPoint> getPolygonPoints()
 <br/>get_PolygonPoints();<br/>set_PolygonPoints(value);<br/>Object.defineProperty('PolygonPoints'); 
public:
property array<LeadPoint>^ PolygonPoints {
   array<LeadPoint>^ get();
   void set (    array<LeadPoint>^ value);
}

Property Value

A list of LeadPoint structures that contains the four points of the polygon.
Example
Refer to the KeyStoneCommand example.
Requirements

Target Platforms

See Also

Reference

KeyStoneCommand Class
KeyStoneCommand Members

Error processing SSI file