共用方式為


NSCoder_UIGeometryKeyedCoding 類別

定義

一組 NSCoder 擴充方法,可新增幾何型資料的編碼,以用於 UIKit。

public static class NSCoder_UIGeometryKeyedCoding
type NSCoder_UIGeometryKeyedCoding = class
繼承
NSCoder_UIGeometryKeyedCoding

方法

DecodeCGAffineTransform(NSCoder, String)

解碼,然後傳回與指定索引鍵相關聯的相依轉換結構。

DecodeCGPoint(NSCoder, String)

解碼,然後傳回與指定索引鍵相關聯的點結構。

DecodeCGRect(NSCoder, String)

解碼,然後傳回與指定索引鍵相關聯的矩形結構。

DecodeCGSize(NSCoder, String)

解碼,然後傳回與指定索引鍵相關聯的大小結構。

DecodeCGVector(NSCoder, String)

解碼,然後傳回與指定索引鍵相關聯的向量結構。

DecodeDirectionalEdgeInsets(NSCoder, String)

一組 NSCoder 擴充方法,可新增幾何型資料的編碼,以用於 UIKit。

DecodeUIEdgeInsets(NSCoder, String)

解碼,然後傳回與指定索引鍵相關聯的邊緣內嵌。

DecodeUIOffsetForKey(NSCoder, String)

解碼,然後傳回與指定索引鍵相關聯的位移。

Encode(NSCoder, CGAffineTransform, String)

編碼相依轉換,並將它與指定的索引鍵產生關聯。

Encode(NSCoder, CGPoint, String)

一組 NSCoder 擴充方法,可新增幾何型資料的編碼,以用於 UIKit。

Encode(NSCoder, CGRect, String)

一組 NSCoder 擴充方法,可新增幾何型資料的編碼,以用於 UIKit。

Encode(NSCoder, CGSize, String)

一組 NSCoder 擴充方法,可新增幾何型資料的編碼,以用於 UIKit。

Encode(NSCoder, CGVector, String)

編碼向量,並將它與指定的索引鍵產生關聯。

Encode(NSCoder, NSDirectionalEdgeInsets, String)

一組 NSCoder 擴充方法,可新增幾何型資料的編碼,以用於 UIKit。

Encode(NSCoder, UIEdgeInsets, String)

編碼邊緣內嵌,並將它們與指定的索引鍵產生關聯。

Encode(NSCoder, UIOffset, String)

編碼位移,並將它與指定的索引鍵產生關聯。

適用於