Microsoft.Maui.Graphics 9.0.12

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Maui.Graphics --version 9.0.12                
NuGet\Install-Package Microsoft.Maui.Graphics -Version 9.0.12                
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="9.0.12" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Maui.Graphics --version 9.0.12                
#r "nuget: Microsoft.Maui.Graphics, 9.0.12"                
#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=9.0.12

// Install Microsoft.Maui.Graphics as a Cake Tool
#tool nuget:?package=Microsoft.Maui.Graphics&version=9.0.12                

.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 a collection of cross-platform graphics and drawing APIs.

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-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  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.  net9.0 is compatible.  net9.0-android35.0 is compatible.  net9.0-ios18.0 is compatible.  net9.0-maccatalyst18.0 is compatible.  net9.0-macos15.0 is compatible.  net9.0-tizen7.0 is compatible.  net9.0-windows10.0.19041 is compatible.  net9.0-windows10.0.20348 is compatible. 
.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. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
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.

NuGet packages (33)

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

Package Downloads
IronSoftware.System.Drawing

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.Essentials

.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 a collection of cross-platform APIs for working with device sensors and other features.

Microsoft.Maui.Core

.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 only contains the core objects used by .NET MAUI. Please install the Microsoft.Maui.Controls package to start using .NET MAUI.

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.

Microsoft.Maui.Graphics.Skia

.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.

GitHub repositories (11)

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

Repository Stars
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!
unoplatform/Uno.Samples
A collection of code samples for the Uno Platform
Version Downloads Last updated
9.0.21 9,777 12/12/2024
9.0.14 3,815 12/11/2024
9.0.12 19,758 12/3/2024
9.0.10 48,233 11/14/2024
9.0.0 70,698 11/12/2024
9.0.0-rc.2.24503.2 28,009 10/8/2024
9.0.0-rc.1.24453.9 19,554 9/10/2024
9.0.0-preview.7.24407.4 7,379 8/13/2024
9.0.0-preview.6.24327.7 19,604 7/9/2024
9.0.0-preview.5.24307.10 10,446 6/11/2024
9.0.0-preview.4.10690 11,580 5/21/2024
9.0.0-preview.3.10457 26,309 4/11/2024
9.0.0-preview.2.10293 9,224 3/12/2024
9.0.0-preview.1.9973 7,167 2/13/2024
8.0.100 41,003 11/14/2024
8.0.93 35,752 11/7/2024
8.0.92 207,994 10/15/2024
8.0.91 132,255 9/25/2024
8.0.90 80,332 9/13/2024
8.0.83 225,463 11/4/2024
8.0.82 742,499 8/28/2024
8.0.80 183,242 8/7/2024
8.0.72 231,064 8/12/2024
8.0.71 396,980 7/31/2024
8.0.70 219,794 7/9/2024
8.0.61 201,721 6/25/2024
8.0.60 138,692 6/12/2024
8.0.40 526,569 5/14/2024
8.0.21 516,898 4/23/2024
8.0.20 363,528 4/9/2024
8.0.14 631,488 3/21/2024
8.0.10 100,928 3/12/2024
8.0.7 844,952 2/14/2024
8.0.6 465,159 1/17/2024
8.0.3 1,487,035 11/14/2023
8.0.0-rc.2.9530 11,564 11/7/2023
8.0.0-rc.2.9511 7,714 10/31/2023
8.0.0-rc.2.9373 28,751 10/10/2023
8.0.0-rc.1.9171 40,333 9/12/2023
8.0.0-preview.7.8842 15,350 8/8/2023
8.0.0-preview.6.8686 14,979 7/11/2023
8.0.0-preview.5.8529 4,671 6/13/2023
8.0.0-preview.4.8333 3,415 5/16/2023
8.0.0-preview.3.8149 5,739 4/11/2023
8.0.0-preview.2.7871 3,869 3/14/2023
8.0.0-preview.1.7762 4,117 2/21/2023
7.0.101 839,887 11/7/2023
7.0.100 34,467 10/31/2023
7.0.96 203,227 10/10/2023
7.0.92 710,269 7/11/2023
7.0.86 831,946 5/9/2023
7.0.81 223,566 4/11/2023
7.0.59 657,703 1/31/2023
7.0.58 132,239 1/18/2023
7.0.52 367,490 12/13/2022
7.0.49 215,148 11/7/2022
7.0.0-rc.2.6866 9,929 10/18/2022
7.0.0-rc.1.6683 8,475 9/20/2022
6.0.501 863,976 9/20/2022
6.0.403 784,919 6/14/2022
6.0.300 237,542 5/23/2022
6.0.300-rc.3.1336 10,158 5/10/2022
6.0.300-rc.2.1310 83,930 4/26/2022
6.0.300-rc.1.1215 62,701 4/12/2022
6.0.200-preview.14.1092 225,095 3/16/2022
6.0.200-preview.13.935 28,240 2/15/2022
6.0.200-preview.12.852 335,939 1/7/2022
6.0.101-preview.11.758 29,698 12/13/2021
6.0.101-preview.10.640 27,908 11/8/2021
6.0.101-preview.9.512 28,325 10/12/2021
6.0.100-rc.1.413 904 9/14/2021
6.0.100-rc.1.382 24,305 9/14/2021
6.0.100-preview.7.358 8,212 8/3/2021
6.0.100-preview.6.299 5,325 7/13/2021
6.0.100-preview.5.246 586 6/23/2021
6.0.100-preview.5.229 12,624 6/15/2021
6.0.100-preview.4.158 359 5/25/2021
6.0.100-preview.4.153 509 5/25/2021