ClipContext class abstract
Clip utilities used by PaintingContext.
- Implementers
 
Constructors
Properties
Methods
- 
  clipPathAndPaint(
Path path, Clip clipBehavior, Rect bounds, VoidCallback painter) → void  - Clip canvas with Path according to Clip and then paint. canvas is restored to the pre-clip status afterwards.
 - 
  clipRectAndPaint(
Rect rect, Clip clipBehavior, Rect bounds, VoidCallback painter) → void  - 
  Clip canvas with Path according to 
rectand then paint. canvas is restored to the pre-clip status afterwards. - 
  clipRRectAndPaint(
RRect rrect, Clip clipBehavior, Rect bounds, VoidCallback painter) → void  - 
  Clip canvas with Path according to 
rrectand then paint. canvas is restored to the pre-clip status afterwards. - 
  clipRSuperellipseAndPaint(
RSuperellipse rse, Clip clipBehavior, Rect bounds, VoidCallback painter) → void  - Clip canvas with Path according to the given rounded superellipse and then paint. canvas is restored to the pre-clip status afterwards.
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited