C# 클래스 Mono.TextEditor.TextViewMargin.LayoutWrapper

상속: IDisposable
파일 보기 프로젝트 열기: powerumc/monodevelop_korean 1 사용 예제들

공개 메소드들

메소드 설명
AddBackground ( Cairo color, int fromIdx, int toIdx ) : void
Dispose ( ) : void
LayoutWrapper ( Mono.TextEditor.LayoutCache layout ) : System
TranslateToUTF8Index ( uint textIndex, uint &curIndex, uint &byteIndex ) : uint

메소드 상세

AddBackground() 공개 메소드

public AddBackground ( Cairo color, int fromIdx, int toIdx ) : void
color Cairo
fromIdx int
toIdx int
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LayoutWrapper() 공개 메소드

public LayoutWrapper ( Mono.TextEditor.LayoutCache layout ) : System
layout Mono.TextEditor.LayoutCache
리턴 System

TranslateToUTF8Index() 공개 메소드

public TranslateToUTF8Index ( uint textIndex, uint &curIndex, uint &byteIndex ) : uint
textIndex uint
curIndex uint
byteIndex uint
리턴 uint