ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTRuler Interface / StartPoint Property




In This Topic
    StartPoint Property (IImGearARTRuler)
    In This Topic
    Gets or sets the start point of the mark.
    Syntax
    'Declaration
     
    Property StartPoint As ImGearPoint
    'Usage
     
    Dim instance As IImGearARTRuler
    Dim value As ImGearPoint
     
    instance.StartPoint = value
     
    value = instance.StartPoint
    ImGearPoint StartPoint {get; set;}
    __property ImGearPoint get_StartPoint();
    __property void set_StartPoint( 
       ImGearPoint value
    );
    property ImGearPoint StartPoint {
       ImGearPoint get();
       void set (    ImGearPoint value);
    }

    Property Value

    ImageGear.Core.ImGearPoint structure object.
    See Also