ImageGear .NET - Updated
HeadPoint Property (IImGearARTProtractor)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTProtractor Interface : HeadPoint Property
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