Share via


PlatformBitmapExportService Class

Definition

Provides functionality for creating bitmap export contexts using SkiaSharp.

public ref class PlatformBitmapExportService : Microsoft::Maui::Graphics::IBitmapExportService
public class PlatformBitmapExportService : Microsoft.Maui.Graphics.IBitmapExportService
type PlatformBitmapExportService = class
    interface IBitmapExportService
Public Class PlatformBitmapExportService
Implements IBitmapExportService
Inheritance
PlatformBitmapExportService
Implements

Constructors

PlatformBitmapExportService()

Methods

CreateContext(Int32, Int32, Single)

Creates a new bitmap export context with the specified dimensions and display scale.

Applies to