Search Results for

    Show / Hide Table of Contents

    Class ViewportExtensions

    Inheritance
    object
    ViewportExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Rendering.Skia.Extensions
    Assembly: Mapsui.Rendering.Skia.dll
    Syntax
    public static class ViewportExtensions

    Methods

    | Edit this page View Source

    ToSKMatrix(Viewport)

    Declaration
    public static SKMatrix ToSKMatrix(this Viewport viewport)
    Parameters
    Type Name Description
    Viewport viewport
    Returns
    Type Description
    SKMatrix
    | Edit this page View Source

    ToSkiaRect(Viewport)

    Converts the Extent of the Viewport to a SKRect

    Declaration
    public static SKRect ToSkiaRect(this Viewport viewport)
    Parameters
    Type Name Description
    Viewport viewport

    viewport

    Returns
    Type Description
    SKRect

    SkRect

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX