C# Class Mapsui.Rendering.Xaml.PointRenderer

Show file Open project: pauldendulk/Mapsui Class Usage Examples

Public Methods

Method Description
PositionPoint ( UIElement renderedGeometry, Mapsui.Geometries.Point point, IStyle style, IViewport viewport ) : void
RenderPoint ( Mapsui.Geometries.Point point, IStyle style, IViewport viewport, BrushCache brushCache = null ) : System.Windows.Shapes.Shape

Private Methods

Method Description
CreateEllipse ( double width, double height ) : System.Windows.Media.EllipseGeometry
CreatePointSymbolMatrix ( double resolution, SymbolStyle symbolStyle ) : System.Windows.Media.Matrix
CreateRectangle ( double width, double height ) : System.Windows.Media.RectangleGeometry
CreateSymbolFromBitmap ( int bmpId, double opacity, BrushCache brushCache = null ) : System.Windows.Shapes.Shape
CreateSymbolFromVectorStyle ( VectorStyle style, double opacity = 1, SymbolType symbolType = SymbolType.Ellipse ) : System.Windows.Shapes.Shape
ToXaml ( Brush brush ) : System.Windows.Media.Brush

Method Details

PositionPoint() public static method

public static PositionPoint ( UIElement renderedGeometry, Mapsui.Geometries.Point point, IStyle style, IViewport viewport ) : void
renderedGeometry System.Windows.UIElement
point Mapsui.Geometries.Point
style IStyle
viewport IViewport
return void

RenderPoint() public static method

public static RenderPoint ( Mapsui.Geometries.Point point, IStyle style, IViewport viewport, BrushCache brushCache = null ) : System.Windows.Shapes.Shape
point Mapsui.Geometries.Point
style IStyle
viewport IViewport
brushCache BrushCache
return System.Windows.Shapes.Shape