C# Class Mapsui.Rendering.Xaml.PointRenderer

Afficher le fichier Open project: pauldendulk/Mapsui Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat void

RenderPoint() public static méthode

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
Résultat System.Windows.Shapes.Shape