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

Show in webframe

Points Property (RegionContourPointsCommand)








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

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