PathOpsResult class

Result of a boolean path operation: flattened, overlap-free geometry and the fill rule Skia reports for it. The path renders identically under any fill rule since all overlaps have been resolved.

Constructors

PathOpsResult(RawPath path, PathFillType fillRule)

Properties

fillRule PathFillType
final
hashCode int
The hash code for this object.
no setterinherited
path RawPath
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
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