setValidateSize(_:)
Specifies whether the receiver’s size information is validated.
Declaration
func setValidateSize(_ flag: Bool)Parameters
- flag:
True to assume that the size information in the receiver is correct. If
flagis False, the Nscontrol method Calcsize() will be invoked before any further drawing is done.