Edit

SKPaintGLSurfaceEventArgs Class

Definition

Provides data for the SkiaSharp.Views.Android.SKGLView.PaintSurface event.

public class SKPaintGLSurfaceEventArgs : EventArgs
Inheritance
SKPaintGLSurfaceEventArgs

Remarks

The event does not yet exist nor is this type currently in use, but exists for cross-platform compatibility.

Constructors

Name Description
SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget, GRSurfaceOrigin, SKColorType)

Initializes a new instance of the SKPaintGLSurfaceEventArgs event arguments.

SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget, GRSurfaceOrigin, SKImageInfo, SKImageInfo)

Initializes a new instance of the SKPaintGLSurfaceEventArgs event arguments.

SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget, GRSurfaceOrigin, SKImageInfo)

Initializes a new instance of the SKPaintGLSurfaceEventArgs event arguments.

SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget)

Initializes a new instance of the SKPaintGLSurfaceEventArgs event arguments.

Properties

Name Description
BackendRenderTarget

Gets the render target that is currently being drawn.

ColorType

Gets the color type of the render target.

Info

Gets the image information of the surface.

Origin

Gets the surface origin of the render target.

RawInfo

Gets the raw image information of the surface.

Surface

Gets the surface that is currently being drawn on.

Applies to