Show / Hide Table of Contents

    Class SvgRenderer

    Inheritance
    System.Object
    SvgRenderer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Rendering.Skia
    Assembly: Mapsui.Rendering.Skia.dll
    Syntax
    public class SvgRenderer

    Methods

    | Improve this Doc View Source

    Draw(SKCanvas, SKSvg, Single, Single, Single, Single, Single, LabelStyle.HorizontalAlignmentEnum, LabelStyle.VerticalAlignmentEnum, Single, Single)

    Declaration
    public static void Draw(SKCanvas canvas, SKSvg svg, float x, float y, float orientation = 0F, float offsetX = 0F, float offsetY = 0F, LabelStyle.HorizontalAlignmentEnum horizontalAlignment = LabelStyle.HorizontalAlignmentEnum.Left, LabelStyle.VerticalAlignmentEnum verticalAlignment = LabelStyle.VerticalAlignmentEnum.Top, float opacity = 1F, float scale = 1F)
    Parameters
    Type Name Description
    SkiaSharp.SKCanvas canvas
    SkiaSharp.Extended.Svg.SKSvg svg
    System.Single x
    System.Single y
    System.Single orientation
    System.Single offsetX
    System.Single offsetY
    LabelStyle.HorizontalAlignmentEnum horizontalAlignment
    LabelStyle.VerticalAlignmentEnum verticalAlignment
    System.Single opacity
    System.Single scale
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX