C# Class CommonTools.RowPainter

显示文件 Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Public Methods

Method Description
DrawHeader ( Graphics dc, Rectangle r, bool isHot ) : void
DrawHorizontalGridLine ( Graphics dc, Rectangle r ) : void

Method Details

DrawHeader() public method

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

DrawHorizontalGridLine() public method

public DrawHorizontalGridLine ( Graphics dc, Rectangle r ) : void
dc System.Drawing.Graphics
r System.Drawing.Rectangle
return void