C# Class Mapsui.NotifyingViewport

Inheritance: IViewport
Afficher le fichier Open project: pauldendulk/Mapsui Class Usage Examples

Méthodes publiques

Méthode Description
ScreenToWorld ( Point point ) : Point
ScreenToWorld ( double x, double y ) : Point
Transform ( double screenX, double screenY, double previousScreenX, double previousScreenY, double deltaScale = 1 ) : void
WorldToScreen ( Point point ) : Point
WorldToScreen ( double x, double y ) : Point
WorldToScreenUnrotated ( Point point ) : Point
WorldToScreenUnrotated ( double x, double y ) : Point

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Method Details

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

ScreenToWorld() public méthode

public ScreenToWorld ( Point point ) : Point
point Point
Résultat Point

ScreenToWorld() public méthode

public ScreenToWorld ( double x, double y ) : Point
x double
y double
Résultat Point

Transform() public méthode

public Transform ( double screenX, double screenY, double previousScreenX, double previousScreenY, double deltaScale = 1 ) : void
screenX double
screenY double
previousScreenX double
previousScreenY double
deltaScale double
Résultat void

WorldToScreen() public méthode

public WorldToScreen ( Point point ) : Point
point Point
Résultat Point

WorldToScreen() public méthode

public WorldToScreen ( double x, double y ) : Point
x double
y double
Résultat Point

WorldToScreenUnrotated() public méthode

public WorldToScreenUnrotated ( Point point ) : Point
point Point
Résultat Point

WorldToScreenUnrotated() public méthode

public WorldToScreenUnrotated ( double x, double y ) : Point
x double
y double
Résultat Point