encode(_:)
Encodes a point.
Declaration
func encode(_ point: NSPoint)Discussion
NSCoder’s implementation invokes encodeValue(ofObjCType:at:) to encode point.
This method must be matched by a subsequent decodePoint() message.
See Also
Encoding General Data
encodeArray(ofObjCType:count:at:)encode(_:forKey:)encodeBycopyObject(_:)encodeByrefObject(_:)encodeBytes(_:length:)encodeBytes(_:length:forKey:)encodeConditionalObject(_:)encodeConditionalObject(_:forKey:)encode(_:)encode(_:forKey:)encode(_:forKey:)encodeCInt(_:forKey:)encode(_:forKey:)encode(_:forKey:)encode(_:forKey:)