SKPaintMetalSurfaceEventArgs 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 |
|---|---|
| SKPaintMetalSurfaceEventArgs(SKSurface, GRBackendRenderTarget) |
Initializes a new instance of the SKPaintMetalSurfaceEventArgs event arguments. |
| SKPaintMetalSurfaceEventArgs(SKSurface, GRBackendRenderTarget, GRSurfaceOrigin, SKColorType) |
Initializes a new instance of the SKPaintMetalSurfaceEventArgs event arguments. |
| SKPaintMetalSurfaceEventArgs(SKSurface, GRBackendRenderTarget, GRSurfaceOrigin, SKImageInfo) |
Initializes a new instance of the SKPaintMetalSurfaceEventArgs event arguments. |
| SKPaintMetalSurfaceEventArgs(SKSurface, GRBackendRenderTarget, GRSurfaceOrigin, SKImageInfo, SKImageInfo) |
Initializes a new instance of the SKPaintMetalSurfaceEventArgs event arguments. |
SKPaintMetalSurfaceEventArgs(SKSurface, GRBackendRenderTarget)
Initializes a new instance of the SKPaintMetalSurfaceEventArgs event arguments.
public SKPaintMetalSurfaceEventArgs(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
SKPaintMetalSurfaceEventArgs(SKSurface, GRBackendRenderTarget, GRSurfaceOrigin, SKColorType)
Initializes a new instance of the SKPaintMetalSurfaceEventArgs event arguments.
public SKPaintMetalSurfaceEventArgs(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
SKPaintMetalSurfaceEventArgs(SKSurface, GRBackendRenderTarget, GRSurfaceOrigin, SKImageInfo)
Initializes a new instance of the SKPaintMetalSurfaceEventArgs event arguments.
public SKPaintMetalSurfaceEventArgs(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
SKPaintMetalSurfaceEventArgs(SKSurface, GRBackendRenderTarget, GRSurfaceOrigin, SKImageInfo, SKImageInfo)
Initializes a new instance of the SKPaintMetalSurfaceEventArgs event arguments.
public SKPaintMetalSurfaceEventArgs(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 surface without any scaling applied.