Show / Hide Table of Contents

    Class SKClipperView

    A container view that clipping children view

    Inheritance
    System.Object
    SKClipperView
    Namespace: Tizen.UIExtensions.NUI
    Assembly: Tizen.UIExtensions.NUI.dll
    Syntax
    public class SKClipperView : NUI.BaseComponents.View

    Constructors

    SKClipperView()

    Initializes a new instance of the SKClipperView class.

    Declaration
    public SKClipperView()

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Invalidate()

    Invalidate clipping area

    Declaration
    public void Invalidate()

    OnDrawFrame()

    Declaration
    protected void OnDrawFrame()

    OnDrawFrame(SKPaintSurfaceEventArgs)

    Declaration
    protected virtual void OnDrawFrame(SKPaintSurfaceEventArgs e)
    Parameters
    Type Name Description
    SKPaintSurfaceEventArgs e

    OnResized()

    Declaration
    protected virtual void OnResized()

    Events

    DrawClippingArea

    Occurs when need to draw clipping area. A white area will be shown, others will be clipped

    Declaration
    public event EventHandler<SKPaintSurfaceEventArgs> DrawClippingArea
    Event Type
    Type Description
    System.EventHandler<SKPaintSurfaceEventArgs>
    Back to top Copyright © 2021 Samsung
    Generated by DocFX