LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Points Property (IAnnPolyline)

Show in webframe





Gets the collection of points that defines this polyline object.
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

            

            
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

See Also

Reference

IAnnPolyline Interface
IAnnPolyline Members

 

 


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