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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

Points Property (RegionContourPointsCommand)








Gets or sets an array that contains the coordinate points of the contour for the region.
Syntax
public LeadPoint[] Points {get;}
public LeadPoint[] Points {get;}
 get_Points(); 
public:
property array<LeadPoint>^ Points {
   array<LeadPoint>^ get();
}
'Declaration
 
Public ReadOnly Property Points As LeadPoint()
 
'Usage
 
Dim instance As RegionContourPointsCommand
Dim value() As LeadPoint
 
value = instance.Points

Property Value

An array that that contains the coordinate points of the contour for the region. A memory buffer for this array is allocated by the command.
Example
Refer to RegionContourPointsCommand.
Requirements

Target Platforms

See Also

Reference

RegionContourPointsCommand Class
RegionContourPointsCommand Members

Error processing SSI file