NSCoder_UIGeometryKeyedCoding.DecodeCGAffineTransform(NSCoder, String) Method

Definition

Decodes and then returns the affine transform structure that is associated with the designated key.

[Foundation.Export("decodeCGAffineTransformForKey:")]
public static CoreGraphics.CGAffineTransform DecodeCGAffineTransform (this Foundation.NSCoder This, string key);
static member DecodeCGAffineTransform : Foundation.NSCoder * string -> CoreGraphics.CGAffineTransform

Parameters

This
NSCoder

Foundation.NSCoder.

key
String

Key identified with the affine transform.

Returns

The affine transform structure that is associated with the designated key.

Attributes

Applies to