public static class SKImageExtensions<ExtensionAttribute>
Public NotInheritable Class SKImageExtensions[ExtensionAttribute]
public ref class SKImageExtensions abstract sealed[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type SKImageExtensions = class end| GetReadableBitmapData(SKImage, SKColor, Byte) |
Gets a managed read-only accessor for an SKImage 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(SKImage, WorkingColorSpace, SKColor, Byte) |
Gets a managed read-only accessor for an SKImage 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. |