Instance Method
drawBackground(in:)drawBackgroundInRect:drawBackgroundInRect_
Draws some general things to the background of the edit view.
Declaration
func drawBackground(in fillRect: NSRect)Declaration
- (void) drawBackgroundInRect:(NSRect) fillRect;Declaration
drawBackgroundInRect_(fillRect: NSRect)Parameters
fillRectThe minimal rectangle that needs to be drawn. Implementers may use this to optimize their drawing.
Discussion
This should be only additional items, as the actual glyphs are drawn by the layer plugin.