Interface ISkiaSurface
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.
- ColorType
Gets color type which describes how to interpret the components of a pixel.
- Height
Gets image height.
- IsOk
Gets whether object is ok.
- LockMode
Gets image lock mode.
- Width
Gets image width.