Contents

CGCaptureAllDisplaysWithOptions(_:)

Captures all attached displays, using the specified options.

Declaration

func CGCaptureAllDisplaysWithOptions(_ options: CGCaptureOptions) -> CGError

Parameters

Return Value

A result code. See Core Graphics Data Types and Constants.

Discussion

This function allows you to specify one or more options to use during capture of all attached displays.

See Also

Functions