Edit

SKPaintSurfaceEventArgs Constructors

Definition

Overloads

Name Description
SKPaintSurfaceEventArgs(SKSurface, SKImageInfo)

Initializes a new instance of the SKPaintSurfaceEventArgs event arguments.

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.

public SKPaintSurfaceEventArgs(SkiaSharp.SKSurface surface, SkiaSharp.SKImageInfo info);

Parameters

surface
SKSurface

The surface that is being drawn on.

info
SKImageInfo

The information about the surface.

Applies to

SKPaintSurfaceEventArgs(SKSurface, SKImageInfo, SKImageInfo)

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

public SKPaintSurfaceEventArgs(SkiaSharp.SKSurface surface, SkiaSharp.SKImageInfo info, SkiaSharp.SKImageInfo rawInfo);

Parameters

surface
SKSurface

The surface that is being drawn on.

info
SKImageInfo

The information about the surface.

rawInfo
SKImageInfo

The raw image information of the underlying surface.

Applies to