SKPaintGLSurfaceEventArgs Class

Definition

Provides data for the PaintSurface event.

public class SKPaintGLSurfaceEventArgs : EventArgs
Inheritance
SKPaintGLSurfaceEventArgs

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