Class ClipPathLayer
Inheritance
System.Object
ClipPathLayer
Inherited Members
Namespace: Unity.UIWidgets.rendering
Syntax
public class ClipPathLayer : ContainerLayer
Constructors
ClipPathLayer(Path, Clip)
Declaration
public ClipPathLayer(Path clipPath = null, Clip clipBehavior = Clip.hardEdge)
Parameters
| Type | Name | Description |
|---|---|---|
| Path | clipPath | |
| Clip | clipBehavior |
Properties
clipBehavior
Declaration
public Clip clipBehavior { get; set; }
Property Value
| Type | Description |
|---|---|
| Clip |
clipPath
Declaration
public Path clipPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Path |