C# Class Mapsui.Rendering.iOS.RasterRenderer

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

Méthodes publiques

Méthode Description
Draw ( CALayer target, IViewport viewport, IStyle style, IFeature feature ) : void

Private Methods

Méthode Description
DrawRectangle ( CGContext currentContext, CGRect destination, Color outlineColor ) : void
RoundToPixel ( BoundingBox dest ) : CGRect
ToiOSBitmap ( IGeometry geometry ) : UIKit.UIImage
WorldToScreen ( IViewport viewport, BoundingBox boundingBox ) : BoundingBox

Method Details

Draw() public static méthode

public static Draw ( CALayer target, IViewport viewport, IStyle style, IFeature feature ) : void
target CALayer
viewport IViewport
style IStyle
feature IFeature
Résultat void