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

파일 보기 프로젝트 열기: pauldendulk/Mapsui 1 사용 예제들

공개 메소드들

메소드 설명
MapsuiBrushToXaml ( Styles brush, BrushCache brushCache = null ) : System.Windows.Media.Brush
MapsuiPentoXaml ( PenStyle penStyle ) : DoubleCollection

비공개 메소드들

메소드 설명
CreateBackground ( Styles color, int size ) : System.Windows.Shapes.Rectangle
CreateHatchBrush ( Styles brush, int viewbox, int viewport, IEnumerable geometries ) : System.Windows.Media.VisualBrush
CreateImageBrush ( Styles brush, BrushCache brushCache = null ) : ImageBrush
CreateImageBrush ( System stream ) : ImageBrush
CreatePatternVisual ( IEnumerable elements, int viewPort, int viewbox ) : System.Windows.Media.VisualBrush
DottedBrush ( Styles brush ) : System.Windows.Media.VisualBrush
GetColor ( Styles color ) : Color

메소드 상세

MapsuiBrushToXaml() 공개 정적인 메소드

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

MapsuiPentoXaml() 공개 정적인 메소드

public static MapsuiPentoXaml ( PenStyle penStyle ) : DoubleCollection
penStyle PenStyle
리턴 DoubleCollection