Instance Method
drawBackground(for:at:asActive:) drawBackgroundForLayer:atPoint:asActive: drawBackgroundForLayer_atPoint_asActive_
Draws the background for the Layer.
Declaration
optional func drawBackground(for layer: GSLayer, at layerOrigin: NSPoint, asActive active: Bool)Declaration
- (void) drawBackgroundForLayer:(GSLayer *) layer atPoint:(NSPoint) layerOrigin asActive:(BOOL) active;Declaration
drawBackgroundForLayer_atPoint_asActive_(layer: GSLayer, layerOrigin: NSPoint, active: bool)Parameters
layerThe layer
layerOriginThe current position in the edit view
activeIf the layer is currently active