BitmapContext
Ein Einweg-Plattform-Wrapper um einen WriteableBitmap, der eine gemeinsame API für Silverlight "WPF mit Sperrung" ermöglicht, falls erforderlich
Implementiert: IDisposable
Konstruktoren
internal BitmapContext(WriteableBitmap writeableBitmap)
bitmapContext = BitmapContext(writeableBitmap)
Erstellt eine Instanz eines BitmapContext mit Standardmodus = ReadWrite @
- writeableBitmap
internal BitmapContext(WriteableBitmap writeableBitmap, ReadWriteMode mode)
bitmapContext = BitmapContext(writeableBitmap, mode)
Erstellt eine Instanz eines BitmapContext mit angegebenem ReadWriteMode
- writeableBitmap
- mode
Methoden
internal static void BlockCopy(BitmapContext src, int srcOffset, BitmapContext dest, int destOffset, int count)
BitmapContext.BlockCopy(src, srcOffset, dest, destOffset, count)
Führt eine Kopieroperation von der Quelle Bto Ziel BitmapContext
internal static void BlockCopy(int[] src, int srcOffset, BitmapContext dest, int destOffset, int count)
BitmapContext.BlockCopy(src, srcOffset, dest, destOffset, count)
Führt eine Kopieroperation von der Quelle Array zum Ziel BitmapContext
internal static void BlockCopy(byte[] src, int srcOffset, BitmapContext dest, int destOffset, int count)
BitmapContext.BlockCopy(src, srcOffset, dest, destOffset, count)
Führt eine Kopieroperation von der Quelle Array zum Ziel BitmapContext
internal static void BlockCopy(BitmapContext src, int srcOffset, byte[] dest, int destOffset, int count)
BitmapContext.BlockCopy(src, srcOffset, dest, destOffset, count)
Führt eine Kopieroperation von der Quelle BitmapContext zum Ziel Array durch
internal static void BlockCopy(BitmapContext src, int srcOffset, int[] dest, int destOffset, int count)
BitmapContext.BlockCopy(src, srcOffset, dest, destOffset, count)
Führt eine Kopieroperation von der Quelle BitmapContext zum Ziel Array durch
internal void Clear()
bitmapContext.Clear()
Löscht die BitmapContext, füllt die zugrunde liegende Bitmap mit Nullen
public void Dispose()
bitmapContext.Dispose()
Entfernt das BitmapContext, entsperrt es und ungültig, wenn WPF