ImageBuffer Classe

Definizione

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
Ereditarietà
Object Platform::Object IInspectable ImageBuffer
Attributi
Implementazioni

Proprietà

Nome Descrizione
Buffer
PixelFormat
PixelHeight
PixelWidth
RowStride

Metodi

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

Esegue attività definite dall'applicazione associate alla liberazione, al rilascio o alla reimpostazione di risorse non gestite.

Si applica a