SKImageExtensions Class

Contains extension methods for the SKImage type.

Definition

Namespace: KGySoft.Drawing.SkiaSharp
Assembly: KGySoft.Drawing.SkiaSharp (in KGySoft.Drawing.SkiaSharp.dll) Version: 10.0.0-rc.1
C#
public static class SKImageExtensions
Inheritance
Object    SKImageExtensions

Methods

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.

See Also