Enum ISkiaSurface.SurfaceKind
Specifies the type of pixel data over which a surface is created.
public enum ISkiaSurface.SurfaceKind
Fields
GenericImage = 2Surface is created over the generic image pixels.
NativeBitmap = 1Surface is created over the native bitmap pixels.
SkiaBitmap = 3Surface is created over the Skia bitmap pixels.
Unknown = 0Surface 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.