ImageGear for .NET
HeadPoint Property (ImGearARTProtractor)




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

Property Value

ImageGear.Core.ImGearPoint structure object.
See Also

Reference

ImGearARTProtractor Class
ImGearARTProtractor Members
ImGearPoint Structure

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback