Instance Method
needsExtraMainOutlineDrawing(inPreviewLayer:)needsExtraMainOutlineDrawingInPreviewLayer:needsExtraMainOutlineDrawingInPreviewLayer_
Implement this and return NO if you did all drawing yourself and don’t need the regular outline drawn on top of it.
Declaration
optional func needsExtraMainOutlineDrawing(inPreviewLayer layer: GSLayer!) -> BoolDeclaration
- (BOOL) needsExtraMainOutlineDrawingInPreviewLayer:(GSLayer *) layer;Declaration
needsExtraMainOutlineDrawingInPreviewLayer_(layer: GSLayer) -> boolParameters
layerThe layer
Return Value
Return NO if the normal outline drawing should be suppressed.