C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a list of LeadPoint structures that contains the four points of the polygon.
public LeadPoint[] PolygonPoints { get; set; }
Public Property PolygonPoints As Leadtools.LeadPoint()
public [Leadtools.LeadPoint[]](../l/leadpoint.md) 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 Leadtools.array<LeadPoint>^ PolygonPoints {
Leadtools.array<LeadPoint>^ get();
void set ( Leadtools.array<LeadPoint>^ );
}
A list of LeadPoint structures that contains the four points of the polygon.
Refer to the KeyStoneCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET