C# Class Mapsui.Rendering.OpenTK.PointRenderer

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

Méthodes publiques

Méthode Description
Draw ( IViewport viewport, IStyle style, IFeature feature, TextureInfo>.IDictionary bitmapCache ) : void

Private Methods

Méthode Description
DrawPointWithSymbolStyle ( SymbolStyle symbolStyle, Point destination, TextureInfo>.IDictionary bitmapCache ) : void
DrawPointWithVectorStyle ( VectorStyle vectorStyle, Point destination ) : void

Method Details

Draw() public static méthode

public static Draw ( IViewport viewport, IStyle style, IFeature feature, TextureInfo>.IDictionary bitmapCache ) : void
viewport IViewport
style IStyle
feature IFeature
bitmapCache TextureInfo>.IDictionary
Résultat void