NSCoder_UIGeometryKeyedCoding.DecodeCGAffineTransform(NSCoder, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
解碼,然後傳回與指定之索引鍵相關聯的交集轉換結構。
[Foundation.Export("decodeCGAffineTransformForKey:")]
public static CoreGraphics.CGAffineTransform DecodeCGAffineTransform (this Foundation.NSCoder This, string key);
static member DecodeCGAffineTransform : Foundation.NSCoder * string -> CoreGraphics.CGAffineTransform
參數
- This
- NSCoder
Foundation.NSCoder。
- key
- String
使用 affine 轉換識別的索引鍵。
傳回
與指定之索引鍵相關聯的 affine 轉換結構。
- 屬性