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




In This Topic
    EndPoint Property (IImGearARTProtractor)
    In This Topic
    Gets or sets the end point of the protractor.
    Syntax
    'Declaration
     
    Property EndPoint As ImGearPoint
    'Usage
     
    Dim instance As IImGearARTProtractor
    Dim value As ImGearPoint
     
    instance.EndPoint = value
     
    value = instance.EndPoint
    ImGearPoint EndPoint {get; set;}
    __property ImGearPoint get_EndPoint();
    __property void set_EndPoint( 
       ImGearPoint value
    );
    property ImGearPoint EndPoint {
       ImGearPoint get();
       void set (    ImGearPoint value);
    }

    Property Value

    ImageGear.Core.ImGearPoint structure.
    See Also