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

SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget)

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, GRSurfaceOrigin, SKColorType, GRGlFramebufferInfo)
Obsolete.

Creates a new instance of the SKPaintGLSurfaceEventArgs event arguments.

SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget, GRSurfaceOrigin, SKImageInfo)
SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget, GRSurfaceOrigin, SKImageInfo, SKImageInfo)
SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTargetDesc)
Obsolete.

Creates a new instance of the SKPaintGLSurfaceEventArgs event arguments.

Properties

BackendRenderTarget

Gets the render target that is currently being drawn.

ColorType

Gets the color type of the render target.

Info
Origin

Gets the surface origin of the render target.

RawInfo
RenderTarget
Obsolete.

Gets the render target that is currently being drawn.

Surface

Gets the surface that is currently being drawn on.

Applies to