File: IBitmapExportService.cs | Web Access |
Project: src\src\Graphics\src\Graphics\Graphics.csproj (Microsoft.Maui.Graphics) |
namespace Microsoft.Maui.Graphics { public interface IBitmapExportService { BitmapExportContext CreateContext(int width, int height, float displayScale = 1); } } |