PsSubpath class final

One open or closed contour inside a Photoshop path.

Constructors

PsSubpath({required bool closed, required List<PsBezierKnot> knots, int operation = 1, int flags = 0})
Creates a semantic contour.
const

Properties

closed bool
Whether the final knot connects back to the first knot.
final
fillRule PsPathFillRule
Fill rule inferred from flags.
no setter
flags int
Undocumented 16-bit flags following operation.
final
hashCode int
The hash code for this object.
no setterinherited
knots List<PsBezierKnot>
Ordered Bézier knots.
final
operation int
Signed Boolean-operation marker stored by Photoshop.
final
operationType PsPathOperation?
Recognized Boolean operation, or null when none is specified.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transform({double scaleX = 1, double scaleY = 1, double translateX = 0, double translateY = 0}) PsSubpath
Applies an axis-aligned scale and translation to every knot.

Operators

operator ==(Object other) bool
The equality operator.
inherited