G.f. method
Returns an object that is of the same type as the class given as its argument.
make(class == <pen>)#keywidth units dashes joint-shape cap-shape => pen
make(class == <brush>)#keyforeground background mode fill-style fill-rule tile stipple ts-x ts-y => brush
<pen>.
<pen-width>. Default value: 1.
<pen-units>. Default value: #"normal".
<pen-dashes>. Default value: #f.
<pen-joint-shape>. Default value: #"miter".
<pen-cap-shape>. Default value: #"butt".
<brush>.
<ink>. Default value: $foreground.
<ink>. Default value: $background.
<integer>. Default value: $boole-1.
(fill-style) or #f. Default value: #f.
(fill-rule) or #f. Default value: #f.
(image) or #f. Default value: #f.
(stipple) or #f. Default value: #f.
false-or(<integer>). Default value: #f.
false-or(<integer>). Default value: #f.
duim-dcsduim-dcsReturns an object that is of the same type as the class given as its argument. Default values for the keywords that specify object are provided, or the keywords can be given explicitly to override the defaults.