←Select platform

PolygonPoints Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint[] PolygonPoints { get; set; } 
Public Property PolygonPoints As LeadPoint() 
@property (nonatomic, strong, nullable) NSArray<NSValue *> *polygonPoints //LeadPoint 
public ArrayList<LeadPoint> getPolygonPoints() 
public: 
property array<LeadPoint>^ PolygonPoints { 
   array<LeadPoint>^ get(); 
   void set (    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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly