func decodeCGAffineTransform (forKey : String) -> CGAffineTransform
Decodes and returns the Core Graphics affine transform structure associated with the specified key in the coder’s archive.
コーダのもつアーカイブにおいてこの指定されたキーと結び付けられたCore Graphicsアフィン構造体を復号して返します。
func decodeCGPoint (forKey : String) -> CGPoint
Decodes and returns the Core Graphics point structure associated with the specified key in the coder’s archive.
コーダのもつアーカイブにおいてこの指定されたキーと結び付けられたCore Graphicsポイント構造体を復号して返します。
func decodeCGRect (forKey : String) -> CGRect
Decodes and returns the Core Graphics rectangle structure associated with the specified key in the coder’s archive.
コーダのもつアーカイブにおいてこの指定されたキーと結び付けられたCore Graphics矩形構造体を復号して返します。
func decodeCGSize (forKey : String) -> CGSize
Decodes and returns the Core Graphics size structure associated with the specified key in the coder’s archive.
コーダのもつアーカイブにおいてこの指定されたキーと結び付けられたCore Graphicsサイズ構造体を復号して返します。
func decodeCGVector (forKey : String) -> CGVector
Decodes and returns the Core Graphics vector data associated with the specified key in the coder’s archive.
コーダのもつアーカイブにおいてこの指定されたキーと結び付けられたCore Graphicsベクターデータを復号して返します。
func decodeDirectionalEdgeInsets (forKey : String) -> NSDirectionalEdgeInsets
Decodes and returns the UIKit directional edge insets structure associated with the specified key in the coder’s archive.
コーダのもつアーカイブにおいてこの指定されたキーと結び付けられたUIKit方向性縁差込構造体を復号して返します。
func decodeUIEdgeInsets (forKey : String) -> UIEdgeInsets
Decodes and returns the UIKit edge insets structure associated with the specified key in the coder’s archive.
コーダのもつアーカイブにおいてこの指定されたキーと結び付けられたUIKit縁差込構造体を復号して返します。