WriteableBitmapExtensionsGetReadWriteBitmapData Method

Overload List

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.

See Also