LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Points Property (RegionContourPointsCommand)

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.