ImageGear for .NET
StartPoint Property (IImGearARTProtractor)




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

Property Value

ImageGear.Core.ImGearPoint structure object.
See Also

Reference

IImGearARTProtractor Interface
IImGearARTProtractor Members
ImGearPoint Structure

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback