Class ClipContext
Inheritance
System.Object
ClipContext
Syntax
public abstract class ClipContext
Properties
canvas
Declaration
public abstract Canvas canvas { get; }
Property Value
Methods
clipPathAndPaint(Path, Clip, Rect, Action)
Declaration
public void clipPathAndPaint(Path path, Clip clipBehavior, Rect bounds, Action painter)
Parameters
| Type |
Name |
Description |
| Path |
path |
|
| Clip |
clipBehavior |
|
| Rect |
bounds |
|
| System.Action |
painter |
|
clipRectAndPaint(Rect, Clip, Rect, Action)
Declaration
public void clipRectAndPaint(Rect rect, Clip clipBehavior, Rect bounds, Action painter)
Parameters
| Type |
Name |
Description |
| Rect |
rect |
|
| Clip |
clipBehavior |
|
| Rect |
bounds |
|
| System.Action |
painter |
|
clipRRectAndPaint(RRect, Clip, Rect, Action)
Declaration
public void clipRRectAndPaint(RRect rrect, Clip clipBehavior, Rect bounds, Action painter)
Parameters
| Type |
Name |
Description |
| RRect |
rrect |
|
| Clip |
clipBehavior |
|
| Rect |
bounds |
|
| System.Action |
painter |
|