C# Class Mapsui.NotifyingViewport

Inheritance: IViewport
Show file Open project: pauldendulk/Mapsui Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

ScreenToWorld() public method

public ScreenToWorld ( Point point ) : Point
point Point
return Point

ScreenToWorld() public method

public ScreenToWorld ( double x, double y ) : Point
x double
y double
return Point

Transform() public method

public Transform ( double screenX, double screenY, double previousScreenX, double previousScreenY, double deltaScale = 1 ) : void
screenX double
screenY double
previousScreenX double
previousScreenY double
deltaScale double
return void

WorldToScreen() public method

public WorldToScreen ( Point point ) : Point
point Point
return Point

WorldToScreen() public method

public WorldToScreen ( double x, double y ) : Point
x double
y double
return Point

WorldToScreenUnrotated() public method

public WorldToScreenUnrotated ( Point point ) : Point
point Point
return Point

WorldToScreenUnrotated() public method

public WorldToScreenUnrotated ( double x, double y ) : Point
x double
y double
return Point