Class CustomRenderingView
Inheritance
System.Object
CustomRenderingView
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public abstract class CustomRenderingView : NUI.BaseComponents.ImageView
Constructors
CustomRenderingView()
Declaration
protected CustomRenderingView()
Properties
MainloopContext
Declaration
protected SynchronizationContext MainloopContext { get; }
Property Value
Type |
Description |
System.Threading.SynchronizationContext |
|
Methods
Invalidate()
Declaration
OnDrawFrame()
Declaration
protected abstract void OnDrawFrame()
OnResized()
Declaration
protected abstract void OnResized()
SendPaintSurface(SKPaintSurfaceEventArgs)
Declaration
protected void SendPaintSurface(SKPaintSurfaceEventArgs e)
Parameters
Type |
Name |
Description |
SKPaintSurfaceEventArgs |
e |
|
Events
PaintSurface
Declaration
public event EventHandler<SKPaintSurfaceEventArgs> PaintSurface
Event Type
Type |
Description |
System.EventHandler<SKPaintSurfaceEventArgs> |
|