PurplePen.RectangleHighlight.GetHighlightBounds C# (CSharp) Method

GetHighlightBounds() public method

public GetHighlightBounds ( ) : RectangleF
return System.Drawing.RectangleF
        public RectangleF GetHighlightBounds()
        {
            return rect;
        }