Edit

SKPaintSurfaceEventArgs Class

Definition

Provides data for the PaintSurface event.

public class SKPaintSurfaceEventArgs : EventArgs
Inheritance
SKPaintSurfaceEventArgs

Constructors

Name Description
SKPaintSurfaceEventArgs(SKSurface, SKImageInfo, SKImageInfo)

Initializes a new instance of the SKPaintSurfaceEventArgs event arguments with the specified surface, image information, and raw image information.

SKPaintSurfaceEventArgs(SKSurface, SKImageInfo)

Initializes a new instance of the SKPaintSurfaceEventArgs event arguments.

Properties

Name Description
Info

Gets the information about the surface that is currently being drawn.

RawInfo

Gets the raw image information of the underlying surface.

Surface

Gets the surface that is currently being drawn on.

Applies to