ImageGear .NET
StartPoint Property (ImGearARTRuler)




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

Property Value

ImageGear.Core.ImGearPoint structure object.
See Also

Reference

ImGearARTRuler Class
ImGearARTRuler Members
ImGearPoint Structure

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback