SKPaintSurfaceEventArgs Class
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.
Provides data for the PaintSurface event.
public class SKPaintSurfaceEventArgs : EventArgs
- Inheritance
-
SKPaintSurfaceEventArgs
Constructors
| Name | Description |
|---|---|
| SKPaintSurfaceEventArgs(SKSurface, SKImageInfo, SKImageInfo) |
Initializes a new instance of the SKPaintSurfaceEventArgs class with raw image information. |
| SKPaintSurfaceEventArgs(SKSurface, SKImageInfo) |
Initializes a new instance of the SKPaintSurfaceEventArgs class. |
Properties
| Name | Description |
|---|---|
| Info |
Gets the image information describing the surface. |
| RawInfo |
Gets the raw image information describing the actual surface size in physical pixels. |
| Surface |
Gets the surface to draw on. |