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 class with raw image information.

SKPaintSurfaceEventArgs(SKSurface, SKImageInfo)

Initializes a new instance of the SKPaintSurfaceEventArgs class.

Properties

Name Description
Info

Gets the image information describing the surface.

RawInfo

Gets the raw image information describing the actual surface size in physical pixels.

Surface

Gets the surface to draw on.

Applies to