Microsoft.Maui.Graphics 6.0.200-preview.13.935

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Microsoft.Maui.Graphics.
This package has a SemVer 2.0.0 package version: 6.0.200-preview.13.935+sha.ac9c582-azdo.5693002.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Maui.Graphics --version 6.0.200-preview.13.935
NuGet\Install-Package Microsoft.Maui.Graphics -Version 6.0.200-preview.13.935
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Maui.Graphics" Version="6.0.200-preview.13.935" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Maui.Graphics --version 6.0.200-preview.13.935
#r "nuget: Microsoft.Maui.Graphics, 6.0.200-preview.13.935"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Maui.Graphics as a Cake Addin
#addin nuget:?package=Microsoft.Maui.Graphics&version=6.0.200-preview.13.935&prerelease

// Install Microsoft.Maui.Graphics as a Cake Tool
#tool nuget:?package=Microsoft.Maui.Graphics&version=6.0.200-preview.13.935&prerelease

A cross-platform rendering abstraction for dotnet.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-android30.0 is compatible.  net6.0-ios was computed.  net6.0-ios13.6 is compatible.  net6.0-maccatalyst was computed.  net6.0-maccatalyst13.5 is compatible.  net6.0-macos was computed.  net6.0-tizen6.5 is compatible.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows10.0.18362 is compatible.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid10.0 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 is compatible.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed.  xamarinmac20 is compatible. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

  • .NETStandard 2.1

  • MonoAndroid 10.0

    • No dependencies.
  • net6.0-android30.0

    • No dependencies.
  • net6.0-ios13.6

    • No dependencies.
  • net6.0-maccatalyst13.5

    • No dependencies.
  • net6.0-tizen6.5

    • No dependencies.
  • net6.0-windows10.0.18362

    • No dependencies.
  • Tizen 4.0

    • No dependencies.
  • Xamarin.iOS 1.0

    • No dependencies.
  • Xamarin.Mac 2.0

    • No dependencies.

NuGet packages (26)

Showing the top 5 NuGet packages that depend on Microsoft.Maui.Graphics:

Package Downloads
Microsoft.Maui.Graphics.Skia The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains additional graphics and drawing APIs for using the SkiaSharp graphics engine with .NET MAUI Graphics.

MsgReader

Read Outlook MSG and EML files without using Outlook. The MSGReader supports MSG E-Mail (also signed), Contact, Appointment, Task, Sticky notes and Contact files. The EML reader supports MIME 1.0 encoded files.

IronSoftware.System.Drawing The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

IronSoftware.System.Drawing - The C# Image Library A universally compatible Bitmap format for .NET 8, .NET 7, .NET 6, and .NET 5, .NET Core on Windows, macOS, Linux, Docker, AWS, Azure, NanoServer, IIS, Mobile, Xamarin, iOS, Android, and Google Compute. Works seamlessly with popular Image and Bitmap formats such as System.Drawing.Bitmap, SkiaSharp, SixLabors.ImageSharp, Microsoft.Maui.Graphics. Implicit casting means that using this class to input and output Bitmap and image types from public API's gives full compatibility to all image type fully supported by Microsoft. Key library features include: * AnyBitmap: A universally compatible Bitmap class. Implicit casting between System.Drawing.Bitmap, System.Drawing.Image, SkiaSharp.SKBitmap, SkiaSharp.SKImage, SixLabors.ImageSharp, Microsoft.Maui.Graphics.Platform.PlatformImage to IronSoftware.Drawing.AnyBitmap * Color: A universally compatible Color class. Implicit casting between System.Drawing.Color, SkiaSharp.SKColor, SixLabors.ImageSharp.Color, SixLabors.ImageSharp.PixelFormats to IronSoftware.Drawing.Color * Rectangle: A universally compatible Rectangle class. Implicit casting between System.Drawing.Rectangle, SkiaSharp.SKRect, SkiaSharp.SKRectI, SixLabors.ImageSharp.Rectangle to IronSoftware.Drawing.Rectangle * Font: A universally compatible Font class. Implicit casting between System.Drawing.Font, SkiaSharp.SKFont, SixLabors.Fonts.Font to IronSoftware.Drawing.Font * Point: A universally compatible Point class. Implicit casting between System.Drawing.Point, SixLabors.ImageSharp.Point, SkiaSharp.SKPointI to IronSoftware.Drawing.Point * Size: A universally compatible Size class. Implicit casting between System.Drawing.Size, SixLabors.ImageSharp.Size, SkiaSharp.SKSizeI to IronSoftware.Drawing.Size IronSoftware.Drawing can be used within C#, VB.NET, F#, ASP.NET projects, MVC, Web Services, Console & Desktop Applications. Supports: * .NET 8 * .NET 7 * .NET 6 * .NET 5 * .NET Core 2.0 + * .NET Framework 4.6.2 + For general support and technical inquiries, please email us at: support@ironsoftware.com

Microsoft.Maui.Graphics.Win2D.WinUI.Desktop The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains additional graphics and drawing APIs for using the Win2D graphics engine with .NET MAUI Graphics. This package is no longer needed and all APIs are now also in the Microsoft.Maui.Graphics package.

Microsoft.Maui.Dependencies The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

.NET MAUI NuGet dependencies pack

GitHub repositories (8)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Maui.Graphics:

Repository Stars
Mapsui/Mapsui
Mapsui is a .NET Map component for: MAUI, WPF, Avalonia, Uno, Blazor, WinUI, Xamarin and Eto
swharden/Csharp-Data-Visualization
Resources for visualizing data using C# and the .NET platform
Sicos1977/MSGReader
C# Outlook MSG file reader without the need for Outlook
mgierlasinski/MagicGradients
Draw breathtaking backgrounds in your Xamarin.Forms application. It's a kind of magic.
jonathanpeppers/spice
Spice 🌶, a spicy cross-platform UI framework!
Version Downloads Last updated
9.0.0-preview.3.10457 0 4/11/2024
9.0.0-preview.2.10293 2,427 3/12/2024
9.0.0-preview.1.9973 3,230 2/13/2024
8.0.20 1,878 4/9/2024
8.0.14 43,632 3/21/2024
8.0.10 31,989 3/12/2024
8.0.7 363,864 2/14/2024
8.0.6 245,476 1/17/2024
8.0.3 896,800 11/14/2023
8.0.0-rc.2.9530 10,890 11/7/2023
8.0.0-rc.2.9511 7,611 10/31/2023
8.0.0-rc.2.9373 26,636 10/10/2023
8.0.0-rc.1.9171 30,535 9/12/2023
8.0.0-preview.7.8842 14,543 8/8/2023
8.0.0-preview.6.8686 13,931 7/11/2023
8.0.0-preview.5.8529 4,547 6/13/2023
8.0.0-preview.4.8333 3,216 5/16/2023
8.0.0-preview.3.8149 4,587 4/11/2023
8.0.0-preview.2.7871 3,801 3/14/2023
8.0.0-preview.1.7762 3,698 2/21/2023
7.0.101 519,998 11/7/2023
7.0.100 33,365 10/31/2023
7.0.96 191,080 10/10/2023
7.0.92 650,730 7/11/2023
7.0.86 771,963 5/9/2023
7.0.81 200,594 4/11/2023
7.0.59 634,170 1/31/2023
7.0.58 131,772 1/18/2023
7.0.52 321,524 12/13/2022
7.0.49 183,710 11/7/2022
7.0.0-rc.2.6866 9,880 10/18/2022
7.0.0-rc.1.6683 8,398 9/20/2022
6.0.501 788,091 9/20/2022
6.0.403 765,844 6/14/2022
6.0.300 189,056 5/23/2022
6.0.300-rc.3.1336 9,139 5/10/2022
6.0.300-rc.2.1310 61,091 4/26/2022
6.0.300-rc.1.1215 9,122 4/12/2022
6.0.200-preview.14.1092 224,791 3/16/2022
6.0.200-preview.13.935 25,115 2/15/2022
6.0.200-preview.12.852 335,451 1/7/2022
6.0.101-preview.11.758 28,203 12/13/2021
6.0.101-preview.10.640 27,657 11/8/2021
6.0.101-preview.9.512 19,864 10/12/2021
6.0.100-rc.1.413 863 9/14/2021
6.0.100-rc.1.382 12,940 9/14/2021
6.0.100-preview.7.358 8,149 8/3/2021
6.0.100-preview.6.299 5,271 7/13/2021
6.0.100-preview.5.246 551 6/23/2021
6.0.100-preview.5.229 11,854 6/15/2021
6.0.100-preview.4.158 322 5/25/2021
6.0.100-preview.4.153 463 5/25/2021