public static class WriteableBitmapExtensions<ExtensionAttribute>
Public NotInheritable Class WriteableBitmapExtensions[ExtensionAttribute]
public ref class WriteableBitmapExtensions abstract sealed[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type WriteableBitmapExtensions = class end| 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. |