SKBitmapExtensionsGetWritableBitmapData Method

Overload List

GetWritableBitmapData(SKBitmap, SKColor, Byte) Gets a managed write-only accessor for an SKBitmap 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(SKBitmap, WorkingColorSpace, SKColor, Byte) Gets a managed write-only accessor for an SKBitmap 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