Contains extension methods for the WriteableBitmap type.
Inheritance Hierarchy
KGySoft.Drawing.WinUIWriteableBitmapExtensions
Namespace: KGySoft.Drawing.WinUI
Assembly: KGySoft.Drawing.WinUI (in KGySoft.Drawing.WinUI.dll) Version: 7.0.0-preview.2
Syntax
The WriteableBitmapExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | GetReadableBitmapData |
Gets a managed read-only accessor for a WriteableBitmap instance.
|
![]() ![]() | GetReadWriteBitmapData |
Gets a managed read-write accessor for a WriteableBitmap instance.
|
![]() ![]() | GetWritableBitmapData |
Gets a managed write-only accessor for a WriteableBitmap instance.
|
See Also