Show / Hide Table of Contents

    Class BitmapImageExtensions

    Inheritance
    System.Object
    BitmapImageExtensions
    Namespace: Mapsui.Rendering.Xaml
    Assembly: Mapsui.Rendering.Xaml.dll
    Syntax
    public static class BitmapImageExtensions : object

    Methods

    | Improve this Doc View Source

    ToImageBrush(ImageSource)

    Declaration
    public static Brush ToImageBrush(this ImageSource bitmapImage)
    Parameters
    Type Name Description
    ImageSource bitmapImage
    Returns
    Type Description
    Brush
    | Improve this Doc View Source

    ToTiledImageBrush(BitmapImage)

    Declaration
    public static ImageBrush ToTiledImageBrush(this BitmapImage bitmapImage)
    Parameters
    Type Name Description
    BitmapImage bitmapImage
    Returns
    Type Description
    ImageBrush
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX