LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

Points Property (IAnnPolyline)






Gets the collection of points that defines this polyline object. .NET support Silverlight support
Syntax
PointCollection Points {get; set;}
'Declaration
 
Property Points As PointCollection
'Usage
 
Dim instance As IAnnPolyline
Dim value As PointCollection
 
instance.Points = value
 
value = instance.Points
PointCollection Points {get; set;}
get_Points();
set_Points(value);
property PointCollection^ Points {
   PointCollection^ get();
   void set (    PointCollection^ value);
}

Property Value

A System.Windows.Media.PointCollection object that contains the points that defines this polyline object.
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

IAnnPolyline Interface
IAnnPolyline Members

 

 


Products | Support | Contact Us | Copyright Notices

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