Microsoft.Maui.Graphics
8.0.40
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Maui.Graphics --version 8.0.40
NuGet\Install-Package Microsoft.Maui.Graphics -Version 8.0.40
<PackageReference Include="Microsoft.Maui.Graphics" Version="8.0.40" />
paket add Microsoft.Maui.Graphics --version 8.0.40
#r "nuget: Microsoft.Maui.Graphics, 8.0.40"
// Install Microsoft.Maui.Graphics as a Cake Addin #addin nuget:?package=Microsoft.Maui.Graphics&version=8.0.40 // Install Microsoft.Maui.Graphics as a Cake Tool #tool nuget:?package=Microsoft.Maui.Graphics&version=8.0.40
.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 | Versions 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 is compatible. net7.0-android was computed. net7.0-android33.0 is compatible. net7.0-ios was computed. net7.0-ios16.1 is compatible. net7.0-maccatalyst was computed. net7.0-maccatalyst16.1 is compatible. net7.0-macos was computed. net7.0-macos13.0 is compatible. net7.0-tizen7.0 is compatible. net7.0-tvos was computed. net7.0-windows was computed. net7.0-windows10.0.19041 is compatible. net7.0-windows10.0.20348 is compatible. net8.0 is compatible. net8.0-android was computed. net8.0-android34.0 is compatible. net8.0-browser was computed. net8.0-ios was computed. net8.0-ios17.2 is compatible. net8.0-maccatalyst was computed. net8.0-maccatalyst17.2 is compatible. net8.0-macos was computed. net8.0-macos14.2 is compatible. net8.0-tizen8.0 is compatible. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows10.0.19041 is compatible. net8.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. |
-
.NETStandard 2.0
- System.Memory (>= 4.5.5)
- System.Numerics.Vectors (>= 4.5.0)
-
.NETStandard 2.1
- System.Numerics.Vectors (>= 4.5.0)
-
net7.0
- No dependencies.
-
net7.0-android33.0
- No dependencies.
-
net7.0-ios16.1
- No dependencies.
-
net7.0-maccatalyst16.1
- No dependencies.
-
net7.0-macos13.0
- No dependencies.
-
net7.0-tizen7.0
- No dependencies.
-
net7.0-windows10.0.19041
- Microsoft.Graphics.Win2D (>= 1.2.0)
- Microsoft.WindowsAppSDK (>= 1.5.240311000)
-
net7.0-windows10.0.20348
- Microsoft.Graphics.Win2D (>= 1.2.0)
- Microsoft.WindowsAppSDK (>= 1.5.240311000)
-
net8.0
- No dependencies.
-
net8.0-android34.0
- No dependencies.
-
net8.0-ios17.2
- No dependencies.
-
net8.0-maccatalyst17.2
- No dependencies.
-
net8.0-macos14.2
- No dependencies.
-
net8.0-tizen8.0
- No dependencies.
-
net8.0-windows10.0.19041
- Microsoft.Graphics.Win2D (>= 1.2.0)
- Microsoft.WindowsAppSDK (>= 1.5.240311000)
-
net8.0-windows10.0.20348
- Microsoft.Graphics.Win2D (>= 1.2.0)
- Microsoft.WindowsAppSDK (>= 1.5.240311000)
NuGet packages (32)
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.0-rc.2.24503.2 | 20,079 | 10/8/2024 |
9.0.0-rc.1.24453.9 | 18,689 | 9/10/2024 |
9.0.0-preview.7.24407.4 | 6,379 | 8/13/2024 |
9.0.0-preview.6.24327.7 | 18,928 | 7/9/2024 |
9.0.0-preview.5.24307.10 | 10,141 | 6/11/2024 |
9.0.0-preview.4.10690 | 11,494 | 5/21/2024 |
9.0.0-preview.3.10457 | 25,489 | 4/11/2024 |
9.0.0-preview.2.10293 | 7,929 | 3/12/2024 |
9.0.0-preview.1.9973 | 7,036 | 2/13/2024 |
8.0.93 | 6,740 | 11/7/2024 |
8.0.92 | 82,469 | 10/15/2024 |
8.0.91 | 96,878 | 9/25/2024 |
8.0.90 | 62,197 | 9/13/2024 |
8.0.83 | 501 | 11/4/2024 |
8.0.82 | 570,709 | 8/28/2024 |
8.0.80 | 155,548 | 8/7/2024 |
8.0.72 | 211,284 | 8/12/2024 |
8.0.71 | 240,026 | 7/31/2024 |
8.0.70 | 190,079 | 7/9/2024 |
8.0.61 | 192,330 | 6/25/2024 |
8.0.60 | 124,619 | 6/12/2024 |
8.0.40 | 496,374 | 5/14/2024 |
8.0.21 | 469,403 | 4/23/2024 |
8.0.20 | 318,733 | 4/9/2024 |
8.0.14 | 558,771 | 3/21/2024 |
8.0.10 | 93,895 | 3/12/2024 |
8.0.7 | 830,275 | 2/14/2024 |
8.0.6 | 434,097 | 1/17/2024 |
8.0.3 | 1,420,626 | 11/14/2023 |
8.0.0-rc.2.9530 | 11,507 | 11/7/2023 |
8.0.0-rc.2.9511 | 7,700 | 10/31/2023 |
8.0.0-rc.2.9373 | 28,657 | 10/10/2023 |
8.0.0-rc.1.9171 | 38,674 | 9/12/2023 |
8.0.0-preview.7.8842 | 15,082 | 8/8/2023 |
8.0.0-preview.6.8686 | 14,825 | 7/11/2023 |
8.0.0-preview.5.8529 | 4,654 | 6/13/2023 |
8.0.0-preview.4.8333 | 3,334 | 5/16/2023 |
8.0.0-preview.3.8149 | 5,563 | 4/11/2023 |
8.0.0-preview.2.7871 | 3,864 | 3/14/2023 |
8.0.0-preview.1.7762 | 3,963 | 2/21/2023 |
7.0.101 | 808,720 | 11/7/2023 |
7.0.100 | 34,427 | 10/31/2023 |
7.0.96 | 201,974 | 10/10/2023 |
7.0.92 | 704,260 | 7/11/2023 |
7.0.86 | 823,374 | 5/9/2023 |
7.0.81 | 220,715 | 4/11/2023 |
7.0.59 | 655,441 | 1/31/2023 |
7.0.58 | 132,202 | 1/18/2023 |
7.0.52 | 361,408 | 12/13/2022 |
7.0.49 | 211,629 | 11/7/2022 |
7.0.0-rc.2.6866 | 9,923 | 10/18/2022 |
7.0.0-rc.1.6683 | 8,450 | 9/20/2022 |
6.0.501 | 854,701 | 9/20/2022 |
6.0.403 | 783,109 | 6/14/2022 |
6.0.300 | 229,834 | 5/23/2022 |
6.0.300-rc.3.1336 | 9,618 | 5/10/2022 |
6.0.300-rc.2.1310 | 80,207 | 4/26/2022 |
6.0.300-rc.1.1215 | 43,145 | 4/12/2022 |
6.0.200-preview.14.1092 | 225,076 | 3/16/2022 |
6.0.200-preview.13.935 | 27,968 | 2/15/2022 |
6.0.200-preview.12.852 | 335,890 | 1/7/2022 |
6.0.101-preview.11.758 | 29,363 | 12/13/2021 |
6.0.101-preview.10.640 | 27,868 | 11/8/2021 |
6.0.101-preview.9.512 | 26,475 | 10/12/2021 |
6.0.100-rc.1.413 | 900 | 9/14/2021 |
6.0.100-rc.1.382 | 21,980 | 9/14/2021 |
6.0.100-preview.7.358 | 8,207 | 8/3/2021 |
6.0.100-preview.6.299 | 5,319 | 7/13/2021 |
6.0.100-preview.5.246 | 583 | 6/23/2021 |
6.0.100-preview.5.229 | 12,446 | 6/15/2021 |
6.0.100-preview.4.158 | 356 | 5/25/2021 |
6.0.100-preview.4.153 | 505 | 5/25/2021 |