C# 클래스 Alsing.Windows.Forms.SyntaxBox.Painter.ViewPoint

View point struct used by the SyntaxBoxControl. The struct contains information about various rendering parameters that the IPainter needs.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 프로퍼티들

프로퍼티 타입 설명
Action EditAction
CharWidth int
ClientAreaStart int
ClientAreaWidth int
FirstVisibleColumn int
FirstVisibleRow int
GutterMarginWidth int
LineNumberMarginWidth int
RowHeight int
TextMargin int
TotalMarginWidth int
VisibleRowCount int
YOffset int

프로퍼티 상세

Action 공개적으로 프로퍼티

The action that the SyntaxBoxControl is currently performing
public EditAction Action
리턴 EditAction

CharWidth 공개적으로 프로퍼티

Width of a char (space) in pixels
public int CharWidth
리턴 int

ClientAreaStart 공개적으로 프로퍼티

Height of the client area in pixels
public int ClientAreaStart
리턴 int

ClientAreaWidth 공개적으로 프로퍼티

Width of the client area in pixels
public int ClientAreaWidth
리턴 int

FirstVisibleColumn 공개적으로 프로퍼티

Index of the first visible column
public int FirstVisibleColumn
리턴 int

FirstVisibleRow 공개적으로 프로퍼티

Index of the first visible row
public int FirstVisibleRow
리턴 int

GutterMarginWidth 공개적으로 프로퍼티

Width of the gutter margin in pixels
public int GutterMarginWidth
리턴 int

LineNumberMarginWidth 공개적으로 프로퍼티

Width of the Linenumber margin in pixels
public int LineNumberMarginWidth
리턴 int

RowHeight 공개적으로 프로퍼티

Height of a row in pixels
public int RowHeight
리턴 int

TextMargin 공개적으로 프로퍼티

Width of the text margin (sum of gutter + linenumber + folding margins)
public int TextMargin
리턴 int

TotalMarginWidth 공개적으로 프로퍼티

public int TotalMarginWidth
리턴 int

VisibleRowCount 공개적으로 프로퍼티

Number of rows that can be displayed in the current view
public int VisibleRowCount
리턴 int

YOffset 공개적으로 프로퍼티

Used for offsetting the screen in y axis.
public int YOffset
리턴 int