←Select platform

PolygonPoints Property

Summary

Gets or sets a list of LeadPoint structures that contains the four points of the polygon.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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>^ ); 
} 

Property Value

A list of LeadPoint structures that contains the four points of the polygon.

Example

Refer to the KeyStoneCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly