SKGLView Class

Definition

public class SKGLView : Microsoft.Maui.Controls.View, SkiaSharp.Views.Maui.Controls.ISKGLViewController
Inheritance
SKGLView
Implements

Constructors

SKGLView()

Fields

EnableTouchEventsProperty
HasRenderLoopProperty

Properties

CanvasSize
EnableTouchEvents
GRContext
HasRenderLoop

Methods

InvalidateSurface()
OnMeasure(Double, Double)
OnPaintSurface(SKPaintGLSurfaceEventArgs)
OnTouch(SKTouchEventArgs)

Events

PaintSurface
Touch

Explicit Interface Implementations

ISKGLViewController.GetCanvasSize
ISKGLViewController.GetGRContext
ISKGLViewController.OnPaintSurface(SKPaintGLSurfaceEventArgs)
ISKGLViewController.OnTouch(SKTouchEventArgs)
ISKGLViewController.SurfaceInvalidated

Applies to