C# Class Mono.TextEditor.TextViewMargin.VisualLocationTranslator

Afficher le fichier Open project: powerumc/monodevelop_korean

Méthodes publiques

Méthode Description
PointToLocation ( double xp, double yp, bool endAtEol = false, bool snapCharacters = false ) : Mono.TextEditor.DocumentLocation
VisualLocationTranslator ( TextViewMargin margin ) : System

Private Methods

Méthode Description
ConsumeLayout ( int xp, int yp ) : bool
IsNearX1 ( int pos, int x1, int x2 ) : bool

Method Details

PointToLocation() public méthode

public PointToLocation ( double xp, double yp, bool endAtEol = false, bool snapCharacters = false ) : Mono.TextEditor.DocumentLocation
xp double
yp double
endAtEol bool
snapCharacters bool
Résultat Mono.TextEditor.DocumentLocation

VisualLocationTranslator() public méthode

public VisualLocationTranslator ( TextViewMargin margin ) : System
margin TextViewMargin
Résultat System