Contains extension methods for the WriteableBitmap type.
Inheritance Hierarchy
KGySoft.Drawing.WpfWriteableBitmapExtensions
Namespace: KGySoft.Drawing.Wpf
Assembly: KGySoft.Drawing.Wpf (in KGySoft.Drawing.Wpf.dll) Version: 7.0.0-preview.2
Syntax
The WriteableBitmapExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | GetReadWriteBitmapData |
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 |
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