Table of Contents

Enum ISkiaSurface.SurfaceKind

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

Specifies the type of pixel data over which a surface is created.

public enum ISkiaSurface.SurfaceKind

Fields

GenericImage = 2

Surface is created over the generic image pixels.

NativeBitmap = 1

Surface is created over the native bitmap pixels.

SkiaBitmap = 3

Surface is created over the Skia bitmap pixels.

Unknown = 0

Surface is created over an unknown pixel source.

Remarks

This enumeration defines the different kinds of pixel data that can be used as the basis for a surface. It is typically used to indicate the source or format of the underlying pixel data when creating or working with a surface.