Instance Method インスタンスメソッド

decodePoint(forKey:)

Decodes and returns an NSPoint structure that was previously encoded with encode(_:forKey:). あるNSPoint構造体を復号して返します、それは以前にencode(_:forKey:)で符号化されたものです。

Declaration 宣言

func decodePoint(forKey key: String) -> NSPoint

See Also 参照

Decoding General Data 一般的なデータを復号する