Share via


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:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreGraphics.CGAffineTransform DecodeCGAffineTransform(this Foundation.NSCoder This, string key);
[<Foundation.Export("decodeCGAffineTransformForKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DecodeCGAffineTransform : Foundation.NSCoder * string -> CoreGraphics.CGAffineTransform

Parameters

This
NSCoder

The instance on which this method operates.

key
String

Key identified with the affine transform.

Returns

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

Attributes

Applies to