SKPaintGLSurfaceEventArgs Constructors

Definition

Overloads

SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget)

Creates a new instance of the SKPaintGLSurfaceEventArgs event arguments.

SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTargetDesc)
Obsolete.

Creates a new instance of the SKPaintGLSurfaceEventArgs event arguments.

SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget, GRSurfaceOrigin, SKColorType)

Creates a new instance of the SKPaintGLSurfaceEventArgs event arguments.

SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget)

Creates a new instance of the SKPaintGLSurfaceEventArgs event arguments.

public SKPaintGLSurfaceEventArgs (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTarget renderTarget);

Parameters

surface
SKSurface

The surface that is being drawn on.

renderTarget
GRBackendRenderTarget

The render target that is currently being drawn.

Applies to

SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTargetDesc)

Caution

Use SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget, SKColorType, GRSurfaceOrigin) instead.

Creates a new instance of the SKPaintGLSurfaceEventArgs event arguments.

public SKPaintGLSurfaceEventArgs (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTargetDesc renderTarget);
[System.Obsolete("Use SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget, SKColorType, GRSurfaceOrigin) instead.")]
public SKPaintGLSurfaceEventArgs (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTargetDesc renderTarget);

Parameters

surface
SKSurface

The surface that is being drawn on.

renderTarget
GRBackendRenderTargetDesc

The render target that is currently being drawn.

Attributes

Applies to

SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget, GRSurfaceOrigin, SKColorType)

Creates a new instance of the SKPaintGLSurfaceEventArgs event arguments.

public SKPaintGLSurfaceEventArgs (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTarget renderTarget, SkiaSharp.GRSurfaceOrigin origin, SkiaSharp.SKColorType colorType);

Parameters

surface
SKSurface

The surface that is being drawn on.

renderTarget
GRBackendRenderTarget

The render target that is currently being drawn.

origin
GRSurfaceOrigin

The surface origin of the render target.

colorType
SKColorType

The color type of the render target.

Applies to