SKPaintGLSurfaceEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget) |
Initializes a new instance of the SKPaintGLSurfaceEventArgs event arguments. |
| SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget, GRSurfaceOrigin, SKColorType) |
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, GRSurfaceOrigin, SKImageInfo, SKImageInfo) |
Initializes a new instance of the SKPaintGLSurfaceEventArgs event arguments. |
SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget)
Initializes 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, GRBackendRenderTarget, GRSurfaceOrigin, SKColorType)
Initializes 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
SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget, GRSurfaceOrigin, SKImageInfo)
Initializes a new instance of the SKPaintGLSurfaceEventArgs event arguments.
public SKPaintGLSurfaceEventArgs(SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTarget renderTarget, SkiaSharp.GRSurfaceOrigin origin, SkiaSharp.SKImageInfo info);
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.
- info
- SKImageInfo
The image information describing the surface.
Applies to
SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget, GRSurfaceOrigin, SKImageInfo, SKImageInfo)
Initializes a new instance of the SKPaintGLSurfaceEventArgs event arguments.
public SKPaintGLSurfaceEventArgs(SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTarget renderTarget, SkiaSharp.GRSurfaceOrigin origin, SkiaSharp.SKImageInfo info, SkiaSharp.SKImageInfo rawInfo);
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.
- info
- SKImageInfo
The image information describing the surface.
- rawInfo
- SKImageInfo
The raw image information describing the underlying surface without any applied scaling.