SKPixmapExtensions Class

Contains extension methods for the SKPixmap type.

Definition

Namespace: KGySoft.Drawing.SkiaSharp
Assembly: KGySoft.Drawing.SkiaSharp (in KGySoft.Drawing.SkiaSharp.dll) Version: 9.0.0
C#
public static class SKPixmapExtensions
Inheritance
Object    SKPixmapExtensions

Methods

GetReadableBitmapData(SKPixmap, SKColor, Byte) Gets a managed read-only accessor for an SKPixmap 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(SKPixmap, WorkingColorSpace, SKColor, Byte) Gets a managed read-only accessor for an SKPixmap 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(SKPixmap, SKColor, Byte) Gets a managed read-write accessor for an SKPixmap 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(SKPixmap, WorkingColorSpace, SKColor, Byte) Gets a managed read-write accessor for an SKPixmap 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(SKPixmap, SKColor, Byte) Gets a managed write-only accessor for an SKPixmap 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(SKPixmap, WorkingColorSpace, SKColor, Byte) Gets a managed write-only accessor for an SKPixmap 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