Table of Contents

Interface ISkiaSurface

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Contains properties and methods which help to use SKCanvas over the bitmap pixels.

public interface ISkiaSurface : IDisposable

Properties

AlphaType

Gets alpha type which describes how to interpret the alpha component of a pixel.

Bitmap

Gets SKBitmap.

Canvas

Gets SKCanvas which can be used for the painting.

ColorType

Gets color type which describes how to interpret the components of a pixel.

Height

Gets image height.

IsOk

Gets whether object is ok.

Kind

Gets the type of surface represented by this instance.

LockMode

Gets image lock mode.

Surface

Gets SKSurface.

Width

Gets image width.