C# 클래스 Mapsui.Rendering.Xaml.StyleExtensions

파일 보기 프로젝트 열기: pauldendulk/Mapsui

공개 메소드들

메소드 설명
ToXaml ( this color ) : Color
ToXaml ( this penStyle ) : System.Windows.Media.DoubleCollection
ToXaml ( this brush, BrushCache brushCache = null ) : System.Windows.Media.Mapsui.Styles.Brush
ToXaml ( this offset ) : System.Windows.Point

메소드 상세

ToXaml() 공개 정적인 메소드

public static ToXaml ( this color ) : Color
color this
리턴 System.Windows.Media.Color

ToXaml() 공개 정적인 메소드

public static ToXaml ( this penStyle ) : System.Windows.Media.DoubleCollection
penStyle this
리턴 System.Windows.Media.DoubleCollection

ToXaml() 공개 정적인 메소드

public static ToXaml ( this brush, BrushCache brushCache = null ) : System.Windows.Media.Mapsui.Styles.Brush
brush this
brushCache BrushCache
리턴 System.Windows.Media.Mapsui.Styles.Brush

ToXaml() 공개 정적인 메소드

public static ToXaml ( this offset ) : System.Windows.Point
offset this
리턴 System.Windows.Point