GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / LastPickIndex Property
In This Topic
    LastPickIndex Property (GoStroke)
    In This Topic
    Gets the index of the last point that should get a selection handle.
    Syntax
    [Category("Behavior")]
    [Description("The index of the last point getting a selection handle.")]
    public virtual int LastPickIndex {get;}
    Remarks
    This normally returns PointsCount-1.
    See Also