C# Class PurplePen.RectangleHighlight

Inheritance: IMapViewerHighlight
Show file Open project: petergolde/PurplePen

Public Methods

Method Description
DrawHighlight ( Graphics g, Matrix xformWorldToPixel ) : void
EraseHighlight ( Graphics g, Matrix xformWorldToPixel, Brush eraseBrush ) : void
GetHighlightBounds ( ) : RectangleF
RectangleHighlight ( RectangleF rect ) : System

Method Details

DrawHighlight() public method

public DrawHighlight ( Graphics g, Matrix xformWorldToPixel ) : void
g System.Drawing.Graphics
xformWorldToPixel Matrix
return void

EraseHighlight() public method

public EraseHighlight ( Graphics g, Matrix xformWorldToPixel, Brush eraseBrush ) : void
g System.Drawing.Graphics
xformWorldToPixel Matrix
eraseBrush System.Drawing.Brush
return void

GetHighlightBounds() public method

public GetHighlightBounds ( ) : RectangleF
return System.Drawing.RectangleF

RectangleHighlight() public method

public RectangleHighlight ( RectangleF rect ) : System
rect System.Drawing.RectangleF
return System