C# Class Mapsui.Rendering.Xaml.GeometryExtensions

Afficher le fichier Open project: pauldendulk/Mapsui

Méthodes publiques

Méthode Description
ToXaml ( this lineString ) : System.Windows.Media.Geometry
ToXaml ( this polygon ) : System.Windows.Media.GeometryGroup
ToXaml ( this linearRings ) : System.Windows.Media.PathGeometry
ToXaml ( this point ) : System.Windows.Point

Private Methods

Méthode Description
CreatePathFigure ( LineString lineString ) : System.Windows.Media.PathFigure

Method Details

ToXaml() public static méthode

public static ToXaml ( this lineString ) : System.Windows.Media.Geometry
lineString this
Résultat System.Windows.Media.Geometry

ToXaml() public static méthode

public static ToXaml ( this polygon ) : System.Windows.Media.GeometryGroup
polygon this
Résultat System.Windows.Media.GeometryGroup

ToXaml() public static méthode

public static ToXaml ( this linearRings ) : System.Windows.Media.PathGeometry
linearRings this
Résultat System.Windows.Media.PathGeometry

ToXaml() public static méthode

public static ToXaml ( this point ) : System.Windows.Point
point this
Résultat System.Windows.Point