SKPaintGLSurfaceEventArgs 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 SKPaintGLSurfaceEventArgs : EventArgs
- Inheritance
-
SKPaintGLSurfaceEventArgs
Constructors
SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget, GRSurfaceOrigin, SKColorType) |
Creates a new instance of the SKPaintGLSurfaceEventArgs event arguments. |
SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget) |
Creates a new instance of the SKPaintGLSurfaceEventArgs event arguments. |
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. |
Origin |
Gets the surface origin of the render target. |
RenderTarget |
Obsolete.
Gets the render target that is currently being drawn. |
Surface |
Gets the surface that is currently being drawn on. |