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

decodeCGVector(forKey:)

Decodes and returns the Core Graphics vector data associated with the specified key in the coder’s archive. コーダのもつアーカイブにおいてこの指定されたキーと結び付けられたCore Graphicsベクターデータを復号して返します。

Declaration 宣言

func decodeCGVector(forKey key: String) -> CGVector

Parameters パラメータ

key

The key that identifies the vector. ベクトルを識別するキー。

Return Value 戻り値

The vector data. ベクトルデータ。

Discussion 議論

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

See Also 参照

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

Related Documentation 関連文書