C# 클래스 ICSharpCode.AvalonEdit.Folding.FoldingElementGenerator

A VisualLineElementGenerator that produces line elements for folded FoldingSections.
상속: ICSharpCode.AvalonEdit.Rendering.VisualLineElementGenerator
파일 보기 프로젝트 열기: kjk/kjkpub 1 사용 예제들

공개 메소드들

메소드 설명
ConstructElement ( int offset ) : ICSharpCode.AvalonEdit.Rendering.VisualLineElement
GetFirstInterestedOffset ( int startOffset ) : int
StartGeneration ( ITextRunConstructionContext context ) : void

메소드 상세

ConstructElement() 공개 메소드

public ConstructElement ( int offset ) : ICSharpCode.AvalonEdit.Rendering.VisualLineElement
offset int
리턴 ICSharpCode.AvalonEdit.Rendering.VisualLineElement

GetFirstInterestedOffset() 공개 메소드

public GetFirstInterestedOffset ( int startOffset ) : int
startOffset int
리턴 int

StartGeneration() 공개 메소드

public StartGeneration ( ITextRunConstructionContext context ) : void
context ITextRunConstructionContext
리턴 void