ImageGear .NET
EndPoint Property (ImGearARTRuler)




Gets or sets the end point of the mark.
Syntax
public ImGearPoint EndPoint {get; set;}
public: __property ImGearPoint get_EndPoint();
public: __property void set_EndPoint( 
   ImGearPoint value
);
public:
property ImGearPoint EndPoint {
   ImGearPoint get();
   void set (    ImGearPoint value);
}
'Declaration
 
Public Property EndPoint As ImGearPoint
 
'Usage
 
Dim instance As ImGearARTRuler
Dim value As ImGearPoint
 
instance.EndPoint = value
 
value = instance.EndPoint

Property Value

ImageGear.Core.ImGearPoint structure object.
See Also

Reference

ImGearARTRuler Class
ImGearARTRuler Members
ImGearPoint Structure

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback