C# 클래스 MonoDevelop.SourceEditor.SourceEditorView.BracketMatcherTextMarker

상속: Mono.TextEditor.TextSegmentMarker
파일 보기 프로젝트 열기: powerumc/monodevelop_korean

공개 메소드들

메소드 설명
BracketMatcherTextMarker ( int offset, int length ) : System
DrawBackground ( MonoTextEditor editor, Cairo cr, Mono.TextEditor.LineMetrics metrics, int startOffset, int endOffset ) : void
GetLineDrawingPosition ( Mono.TextEditor.LineMetrics metrics, int startOffset, double &fromX, double &toX ) : void

메소드 상세

BracketMatcherTextMarker() 공개 메소드

public BracketMatcherTextMarker ( int offset, int length ) : System
offset int
length int
리턴 System

DrawBackground() 공개 메소드

public DrawBackground ( MonoTextEditor editor, Cairo cr, Mono.TextEditor.LineMetrics metrics, int startOffset, int endOffset ) : void
editor MonoTextEditor
cr Cairo
metrics Mono.TextEditor.LineMetrics
startOffset int
endOffset int
리턴 void

GetLineDrawingPosition() 공개 메소드

public GetLineDrawingPosition ( Mono.TextEditor.LineMetrics metrics, int startOffset, double &fromX, double &toX ) : void
metrics Mono.TextEditor.LineMetrics
startOffset int
fromX double
toX double
리턴 void