C# Class Mapsui.Rendering.iOS.RasterRenderer

Exibir arquivo Open project: pauldendulk/Mapsui Class Usage Examples

Public Methods

Method Description
Draw ( CALayer target, IViewport viewport, IStyle style, IFeature feature ) : void

Private Methods

Method 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 method

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