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

decodeCGRect(forKey:)

Decodes and returns the Core Graphics rectangle structure associated with the specified key in the coder’s archive. コーダのもつアーカイブにおいてこの指定されたキーと結び付けられたCore Graphics矩形構造体を復号して返します。

Declaration 宣言

func decodeCGRect(forKey key: String) -> CGRect

Parameters パラメータ

key

The key that identifies the rectangle. 矩形を識別するキー。

Return Value 戻り値

The CGRect structure. CGRect構造体。

Discussion 議論

Use this method to decode a rectangle that was previously encoded using the encode(_:forKey:) method. このメソッドを使って矩形を復号してください、それは以前にencode(_:forKey:)メソッドを使って符号化されたものです。

See Also 参照

Decoding Geometry-Based Data 幾何学基盤のデータを復号する

Related Documentation 関連文書