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

파일 보기 프로젝트 열기: powerumc/monodevelop_korean

공개 메소드들

메소드 설명
PointToLocation ( double xp, double yp, bool endAtEol = false, bool snapCharacters = false ) : Mono.TextEditor.DocumentLocation
VisualLocationTranslator ( TextViewMargin margin ) : System

비공개 메소드들

메소드 설명
ConsumeLayout ( int xp, int yp ) : bool
IsNearX1 ( int pos, int x1, int x2 ) : bool

메소드 상세

PointToLocation() 공개 메소드

public PointToLocation ( double xp, double yp, bool endAtEol = false, bool snapCharacters = false ) : Mono.TextEditor.DocumentLocation
xp double
yp double
endAtEol bool
snapCharacters bool
리턴 Mono.TextEditor.DocumentLocation

VisualLocationTranslator() 공개 메소드

public VisualLocationTranslator ( TextViewMargin margin ) : System
margin TextViewMargin
리턴 System