C# Class CommonTools.RowPainter

Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Méthodes publiques

Méthode Description
DrawHeader ( Graphics dc, Rectangle r, bool isHot ) : void
DrawHorizontalGridLine ( Graphics dc, Rectangle r ) : void

Method Details

DrawHeader() public méthode

public DrawHeader ( Graphics dc, Rectangle r, bool isHot ) : void
dc System.Drawing.Graphics
r System.Drawing.Rectangle
isHot bool
Résultat void

DrawHorizontalGridLine() public méthode

public DrawHorizontalGridLine ( Graphics dc, Rectangle r ) : void
dc System.Drawing.Graphics
r System.Drawing.Rectangle
Résultat void