Class NotchedShape
Inheritance
System.Object
NotchedShape
Namespace: Unity.UIWidgets.painting
Syntax
public abstract class NotchedShape
Constructors
NotchedShape()
Declaration
public NotchedShape()
Methods
getOuterPath(Rect, Rect)
Declaration
public abstract Path getOuterPath(Rect host, Rect guest)
Parameters
Type | Name | Description |
---|---|---|
Rect | host | |
Rect | guest |
Returns
Type | Description |
---|---|
Path |