Enum VectorPathType

VectorPathType enumeration

Vector Path Type according to PSD Format Specification

public enum VectorPathType : short

Values

NameValueDescription
ClosedSubpathLengthRecord0The closed subpath length record
ClosedSubpathBezierKnotLinked1The closed subpath bezier knot linked
ClosedSubpathBezierKnotUnlinked2The closed subpath bezier knot unlinked
OpenSubpathLengthRecord3The open subpath length record
OpenSubpathBezierKnotLinked4The open subpath bezier knot linked
OpenSubpathBezierKnotUnlinked5The open subpath bezier knot unlinked
PathFillRuleRecord6The path fill rule record
ClipboardRecord7The clipboard record
InitialFillRuleRecord8The initial fill rule record

See Also