Declaration

func drawBlack(inPen pen: any GSPenProtocol & NSObjectProtocol, openPen: (any GSPenProtocol & NSObjectProtocol)?)

Declaration

- (void) drawBlackInPen:(NSObject<GSPenProtocol> *) pen openPen:(NSObject<GSPenProtocol> *) openPen;

Declaration

drawBlackInPen_openPen_(pen: NSObject<GSPenProtocol>, openPen: NSObject<GSPenProtocol>)

Parameters

pen

The pen that receives closed paths and components.

openPen

The pen that receives open paths.

Discussion

Shape stroke attributes are applied when supported by the pen. Pass nil for openPen to omit open paths.

See Also

Pen Drawing