Udostępnij za pośrednictwem


PlatformImage Klasa

Definicja

public ref class PlatformImage : IDisposable, Microsoft::Maui::Graphics::IImage
public class PlatformImage : IDisposable, Microsoft.Maui.Graphics.IImage
type PlatformImage = class
    interface IImage
    interface IDrawable
    interface IDisposable
Public Class PlatformImage
Implements IDisposable, IImage
Dziedziczenie
PlatformImage
Implementuje

Konstruktory

PlatformImage(Byte[], ImageFormat)

Właściwości

Bytes
Height
Width

Metody

Dispose()
Downsize(Single, Boolean)
Downsize(Single, Single, Boolean)
Draw(ICanvas, RectF)
FromStream(Stream, ImageFormat)
Resize(Single, Single, ResizeMode, Boolean)
Save(Stream, ImageFormat, Single)

Zapisuje zawartość tego obrazu w podanym Stream obiekcie.

SaveAsync(Stream, ImageFormat, Single)

Zapisuje zawartość tego obrazu w podanym Stream obiekcie.

ToPlatformImage()

Metody rozszerzania

AsBase64(IImage, ImageFormat, Single)
AsBytes(IImage, ImageFormat, Single)
AsBytesAsync(IImage, ImageFormat, Single)
AsPaint(IImage)
AsStream(IImage, ImageFormat, Single)

Dotyczy