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
用仿射转换标识的键。
返回
与指定键关联的仿射转换结构。
- 属性