Show / Hide Table of Contents

    Class CustomRenderingView

    Inheritance
    System.Object
    CustomRenderingView
    SKCanvasView
    SKGLSurfaceView
    Namespace: Tizen.UIExtensions.NUI
    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
    public void Invalidate()

    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>
    Back to top Copyright © 2021 Samsung
    Generated by DocFX