WriteableBitmapExtensions Class

Contains extension methods for the WriteableBitmap type.

Definition

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

Methods

GetReadableBitmapData(WriteableBitmap) Gets a managed read-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.
GetReadableBitmapData(WriteableBitmap, WorkingColorSpace) Gets a managed read-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.
GetReadWriteBitmapData(WriteableBitmap) 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) 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) 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) 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