←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 [Leadtools.LeadPoint[]](../l/leadpoint.html) PolygonPoints {get; set;}
Public Property PolygonPoints As Leadtools.LeadPoint()
public [Leadtools.LeadPoint[]](../l/leadpoint.html) PolygonPoints {get; set;}
@property (nonatomic, strong, nullable) NSArray<NSValue *> *polygonPoints //LeadPoint
public ArrayList<LeadPoint> getPolygonPoints()
get_PolygonPoints(); 
set_PolygonPoints(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize