Show / Hide Table of Contents

    Class SkiaGraphicsView

    Inheritance
    System.Object
    CustomRenderingView
    SKGLSurfaceView
    SkiaGraphicsView
    GraphicsView<TDrawable>
    Inherited Members
    SKGLSurfaceView.OnDrawFrame()
    SKGLSurfaceView.OnResized()
    SKGLSurfaceView.Dispose(Boolean)
    CustomRenderingView.MainloopContext
    CustomRenderingView.PaintSurface
    CustomRenderingView.Invalidate()
    CustomRenderingView.SendPaintSurface(SKPaintSurfaceEventArgs)
    Namespace: Tizen.UIExtensions.NUI.GraphicsView
    Assembly: Tizen.UIExtensions.NUI.dll
    Syntax
    public class SkiaGraphicsView : SKGLSurfaceView

    Constructors

    SkiaGraphicsView(Nullable<IDrawable>)

    Declaration
    public SkiaGraphicsView(IDrawable? drawable = default(IDrawable? ))
    Parameters
    Type Name Description
    System.Nullable<IDrawable> drawable

    Properties

    Drawable

    Declaration
    public IDrawable? Drawable { get; set; }
    Property Value
    Type Description
    System.Nullable<IDrawable>

    Methods

    OnPaintSurface(Object, SKPaintSurfaceEventArgs)

    Declaration
    protected virtual void OnPaintSurface(object sender, SKPaintSurfaceEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    SKPaintSurfaceEventArgs e
    Back to top Copyright © 2021 Samsung
    Generated by DocFX