C# 클래스 CommonTools.RowPainter

파일 보기 프로젝트 열기: Nullstr1ng/MultiRDPClient.NET 1 사용 예제들

공개 메소드들

메소드 설명
DrawHeader ( Graphics dc, Rectangle r, bool isHot ) : void
DrawHorizontalGridLine ( Graphics dc, Rectangle r ) : void

메소드 상세

DrawHeader() 공개 메소드

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

DrawHorizontalGridLine() 공개 메소드

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