Show / Hide Table of Contents

    Class GraphicsView<TDrawable>

    Inheritance
    System.Object
    CustomRenderingView
    SKGLSurfaceView
    SkiaGraphicsView
    GraphicsView<TDrawable>
    ActivityIndicator
    Button
    CheckBox
    Editor
    Entry
    ProgressBar
    Slider
    Stepper
    Switch
    Implements
    IMeasurable
    Inherited Members
    SkiaGraphicsView.OnPaintSurface(Object, SKPaintSurfaceEventArgs)
    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 abstract class GraphicsView<TDrawable> : SkiaGraphicsView, IMeasurable where TDrawable : GraphicsViewDrawable
    Type Parameters
    Name Description
    TDrawable

    Constructors

    GraphicsView()

    Declaration
    protected GraphicsView()

    Properties

    Drawable

    Declaration
    protected TDrawable Drawable { get; set; }
    Property Value
    Type Description
    TDrawable

    IsEnabled

    Declaration
    public bool IsEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetProperty<T>(String)

    Declaration
    protected T GetProperty<T>(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    Measure(Double, Double)

    Declaration
    public virtual Size Measure(double availableWidth, double availableHeight)
    Parameters
    Type Name Description
    System.Double availableWidth
    System.Double availableHeight
    Returns
    Type Description
    Size

    OnFocused(Object, EventArgs)

    Declaration
    protected virtual void OnFocused(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e

    OnTouch(Object, TouchEventArgs)

    Declaration
    protected virtual bool OnTouch(object source, TouchEventArgs e)
    Parameters
    Type Name Description
    System.Object source
    TouchEventArgs e
    Returns
    Type Description
    System.Boolean

    OnUnfocused(Object, EventArgs)

    Declaration
    protected virtual void OnUnfocused(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e

    SetProperty<T>(String, T)

    Declaration
    protected void SetProperty<T>(string name, T value)
    Parameters
    Type Name Description
    System.String name
    T value
    Type Parameters
    Name Description
    T

    Implements

    IMeasurable
    Back to top Copyright © 2021 Samsung
    Generated by DocFX