func encode(CGAffineTransform, forKey : String)
Encodes an affine transform and associates it with the specified key in the receiver’s archive.
アフィン変換を符号化して、それをこのレシーバの持つアーカイブにおいてこの指定されたキーと結び付けます。
func encode(CGPoint, forKey : String)
Encodes a point and associates it with the specified key in the receiver’s archive.
ある点を符号化して、それをこのレシーバの持つアーカイブにおいてこの指定されたキーと結び付けます。
func encode(CGRect, forKey : String)
Encodes a rectangle and associates it with the specified key in the receiver’s archive.
矩形を符号化して、それをこのレシーバの持つアーカイブにおいてこの指定されたキーと結び付けます。
func encode(CGSize, forKey : String)
Encodes size information and associates it with the specified key in the coder’s archive.
サイズ情報をエンコードして、それをこのコーダのもつアーカイブにおいてこの指定されたキーと結び付けます。
func encode(CGVector, forKey : String)
Encodes vector data and associates it with the specified key in the coder’s archive.
ベクトルデータを符号化して、それをこのレシーバの持つアーカイブにおいてこの指定されたキーと結び付けます。
func encode(NSDirectionalEdgeInsets, forKey : String)
Encodes directional edge inset data and associates it with the specified key in the coder’s archive.
方向性縁差込データをエンコードして、それをこのコーダのもつアーカイブにおいてこの指定されたキーと結び付けます。
func encode(UIOffset, forKey : String)
Encodes offset data and associates it with the specified key in the coder’s archive.
オフセットデータを符号化して、それをこのレシーバの持つアーカイブにおいてこの指定されたキーと結び付けます。