C# Класс Mapsui.Rendering.Xaml.GeometryExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
CreatePathFigure ( LineString lineString ) : System.Windows.Media.PathFigure

Описание методов

ToXaml() публичный статический Метод

public static ToXaml ( this lineString ) : System.Windows.Media.Geometry
lineString this
Результат System.Windows.Media.Geometry

ToXaml() публичный статический Метод

public static ToXaml ( this polygon ) : System.Windows.Media.GeometryGroup
polygon this
Результат System.Windows.Media.GeometryGroup

ToXaml() публичный статический Метод

public static ToXaml ( this linearRings ) : System.Windows.Media.PathGeometry
linearRings this
Результат System.Windows.Media.PathGeometry

ToXaml() публичный статический Метод

public static ToXaml ( this point ) : System.Windows.Point
point this
Результат System.Windows.Point