NSCoder_UIGeometryKeyedCoding.DecodeCGAffineTransform(NSCoder, String) 方法

定义

解码并返回与指定键关联的仿射转换结构。

[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

用仿射转换标识的键。

返回

与指定键关联的仿射转换结构。

属性

适用于