C# Class PurplePen.RectangleHighlight

Inheritance: IMapViewerHighlight
Afficher le fichier Open project: petergolde/PurplePen

Méthodes publiques

Méthode 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 méthode

public DrawHighlight ( Graphics g, Matrix xformWorldToPixel ) : void
g System.Drawing.Graphics
xformWorldToPixel Matrix
Résultat void

EraseHighlight() public méthode

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

GetHighlightBounds() public méthode

public GetHighlightBounds ( ) : RectangleF
Résultat System.Drawing.RectangleF

RectangleHighlight() public méthode

public RectangleHighlight ( RectangleF rect ) : System
rect System.Drawing.RectangleF
Résultat System