Class SKClipperView
A clipper area drawing view, it used for clipping
Inheritance
System.Object
SKClipperView
Namespace: Tizen.UIExtensions.ElmSharp
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public class SKClipperView : SKCanvasView
Constructors
SKClipperView(EvasObject)
Initializes a new instance of the SKClipperView class.
Declaration
public SKClipperView(EvasObject parent)
Parameters
Type | Name | Description |
---|---|---|
EvasObject | parent | Parent of this instance. |
Properties
ClippingRequired
Declaration
public bool ClippingRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Invalidate()
Invalidate clipping area
Declaration
public void Invalidate()