ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTProtractor Interface / HeadPoint Property




In This Topic
    HeadPoint Property (IImGearARTProtractor)
    In This Topic
    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