Class PointRenderer
Inheritance
System.Object
PointRenderer
Assembly: Mapsui.Rendering.Xaml.dll
Syntax
public static class PointRenderer : object
Methods
|
Improve this Doc
View Source
PositionPoint(UIElement, Point, IStyle, IReadOnlyViewport)
Declaration
public static void PositionPoint(UIElement renderedGeometry, Point point, IStyle style, IReadOnlyViewport viewport)
Parameters
|
Improve this Doc
View Source
RenderPoint(Point, IStyle, IReadOnlyViewport, SymbolCache)
Declaration
public static Windows.Shapes.Shape RenderPoint(Point point, IStyle style, IReadOnlyViewport viewport, SymbolCache symbolCache)
Parameters
Returns
Type |
Description |
System.Windows.Shapes.Shape |
|