C# 클래스 Alsing.Windows.Forms.SyntaxBox.RowPaintEventArgs

Event args passed to owner draw events of the syntaxbox
상속: EventArgs
파일 보기 프로젝트 열기: ehasis/alsing 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bounds Rectangle
Graphics Graphics
Row Row

프로퍼티 상세

Bounds 공개적으로 프로퍼티

the bounds of the row
public Rectangle Bounds
리턴 Rectangle

Graphics 공개적으로 프로퍼티

The graphics surface to draw on
public Graphics Graphics
리턴 Graphics

Row 공개적으로 프로퍼티

The row to draw
public Row Row
리턴 Row