HPEN class

Inheritance

Constructors

HPEN(TColor color, [double width = 1, TPenStyle style = TPenStyle.Solid, TLineCap cap = TLineCap.Flat, TLineJoin join = TLineJoin.Miter])
HPEN.from(HPEN source)

Properties

cap TLineCap
final
color TColor
final
hashCode int
The hash code for this object.
no setterinherited
join TLineJoin
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TPenStyle
final
width double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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