PurplePen.PointCourseObj.GetHighlightBounds C# (CSharp) Method

GetHighlightBounds() public method

public GetHighlightBounds ( ) : RectangleF
return System.Drawing.RectangleF
        public override RectangleF GetHighlightBounds()
        {
            return new RectangleF(location.X - FullRadius, location.Y - FullRadius, FullRadius * 2, FullRadius * 2);
        }