ImageGear for .NET
HeadPoint Property (IImGearARTProtractor)




Gets or sets the head point of the protractor.
Syntax
'Declaration
 
Property HeadPoint As ImGearPoint
'Usage
 
Dim instance As IImGearARTProtractor
Dim value As ImGearPoint
 
instance.HeadPoint = value
 
value = instance.HeadPoint
ImGearPoint HeadPoint {get; set;}
__property ImGearPoint get_HeadPoint();
__property void set_HeadPoint( 
   ImGearPoint value
);
property ImGearPoint HeadPoint {
   ImGearPoint get();
   void set (    ImGearPoint value);
}

Property Value

ImageGear.Core.ImGearPoint structure object.
See Also

Reference

IImGearARTProtractor Interface
IImGearARTProtractor Members
ImGearPoint Structure

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback