NSCoder_UIGeometryKeyedCoding.DecodeCGAffineTransform(NSCoder, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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