Sdílet prostřednictvím


PlatformImage(Byte[], ImageFormat) Constructor

Definition

public PlatformImage (byte[] bytes, Microsoft.Maui.Graphics.ImageFormat originalFormat = Microsoft.Maui.Graphics.ImageFormat.Png);
new Microsoft.Maui.Graphics.Platform.PlatformImage : byte[] * Microsoft.Maui.Graphics.ImageFormat -> Microsoft.Maui.Graphics.Platform.PlatformImage
Public Sub New (bytes As Byte(), Optional originalFormat As ImageFormat = Microsoft.Maui.Graphics.ImageFormat.Png)

Parameters

bytes
Byte[]
originalFormat
ImageFormat

Applies to