ImageGear for .NET
Points Property (ImGearARTPolyRuler)




Gets the raw points array.
Syntax
'Declaration
 
<ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTPolyRuler.SelectionPoints property instead.")>
Public ReadOnly Property Points As ImGearPoint()
'Usage
 
Dim instance As ImGearARTPolyRuler
Dim value() As ImGearPoint
 
value = instance.Points
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTPolyRuler.SelectionPoints property instead.")]
public ImGearPoint[] Points {get;}
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTPolyRuler.SelectionPoints property instead.")]
public: __property ImGearPoint[]* get_Points();
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTPolyRuler.SelectionPoints property instead.")]
public:
property array<ImGearPoint>^ Points {
   array<ImGearPoint>^ get();
}

Property Value

ImageGear.Core.ImGearPoint structure array.
See Also

Reference

ImGearARTPolyRuler Class
ImGearARTPolyRuler Members
ImGearPoint Structure

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback