printWindow(_:)
Runs the Print panel, and if the user chooses an option other than canceling, prints the window (its frame view and all subviews).
Declaration
func printWindow(_ sender: Any?)Parameters
- sender:
The message’s sender.
Runs the Print panel, and if the user chooses an option other than canceling, prints the window (its frame view and all subviews).
func printWindow(_ sender: Any?)The message’s sender.