WriteableBitmapExtensions Class

Contains extension methods for the WriteableBitmap type.

Definition

Namespace: KGySoft.Drawing.Wpf
Assembly: KGySoft.Drawing.Wpf (in KGySoft.Drawing.Wpf.dll) Version: 7.2.0
C#
public static class WriteableBitmapExtensions
Inheritance
Object    WriteableBitmapExtensions

Methods

GetReadWriteBitmapData(WriteableBitmap, Color, Byte) Gets a managed read-write accessor for a WriteableBitmap instance.
See the Remarks section of the BitmapExtensions.GetReadWriteBitmapData method for details and code samples. That method is for the GDI+ Bitmap type but the main principles apply for this method, too.
GetReadWriteBitmapData(WriteableBitmap, WorkingColorSpace, Color, Byte) Gets a managed read-write accessor for a WriteableBitmap instance.
See the Remarks section of the BitmapExtensions.GetReadWriteBitmapData method for details and code samples. That method is for the GDI+ Bitmap type but the main principles apply for this method, too.
GetWritableBitmapData(WriteableBitmap, Color, Byte) Gets a managed write-only accessor for a WriteableBitmap instance.
See the Remarks section of the BitmapExtensions.GetReadWriteBitmapData method for details and code samples. That method is for the GDI+ Bitmap type but the main principles apply for this method, too.
GetWritableBitmapData(WriteableBitmap, WorkingColorSpace, Color, Byte) Gets a managed write-only accessor for a WriteableBitmap instance.
See the Remarks section of the BitmapExtensions.GetReadWriteBitmapData method for details and code samples. That method is for the GDI+ Bitmap type but the main principles apply for this method, too.

See Also