C# Class Mapsui.Rendering.Xaml.GeometryExtensions

Show file Open project: pauldendulk/Mapsui

Public Methods

Method 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

Method Description
CreatePathFigure ( LineString lineString ) : System.Windows.Media.PathFigure

Method Details

ToXaml() public static method

public static ToXaml ( this lineString ) : System.Windows.Media.Geometry
lineString this
return System.Windows.Media.Geometry

ToXaml() public static method

public static ToXaml ( this polygon ) : System.Windows.Media.GeometryGroup
polygon this
return System.Windows.Media.GeometryGroup

ToXaml() public static method

public static ToXaml ( this linearRings ) : System.Windows.Media.PathGeometry
linearRings this
return System.Windows.Media.PathGeometry

ToXaml() public static method

public static ToXaml ( this point ) : System.Windows.Point
point this
return System.Windows.Point