LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

Points Property (RegionContourPointsCommand)






Gets or sets an array that contains the coordinate points of the contour for the region. .NET support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RegionContourPointsCommand Class
RegionContourPointsCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.