ImageBuffer Klasse

Definition

public ref class ImageBuffer sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Graphics.Imaging.ImageBufferContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ImageBuffer final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Graphics.Imaging.ImageBufferContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ImageBuffer : System.IDisposable
Public NotInheritable Class ImageBuffer
Implements IDisposable
Vererbung
Object Platform::Object IInspectable ImageBuffer
Attribute
Implementiert

Eigenschaften

Name Beschreibung
Buffer
PixelFormat
PixelHeight
PixelWidth
RowStride

Methoden

Name Beschreibung
Close()
CopyToByteArray(Byte[])
CopyToSoftwareBitmap()
CreateForBuffer(IBuffer, ImageBufferPixelFormat, Int32, Int32, Int32)
CreateForSoftwareBitmap(SoftwareBitmap)
Dispose()

Führt anwendungsdefinierte Aufgaben aus, die mit dem Freigeben, Freigeben oder Zurücksetzen nicht verwalteter Ressourcen verknüpft sind.

Gilt für: