NSCoder_UIGeometryKeyedCoding.DecodeCGAffineTransform(NSCoder, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Décode, puis retourne la structure de transformation affine associée à la clé désignée.
[Foundation.Export("decodeCGAffineTransformForKey:")]
public static CoreGraphics.CGAffineTransform DecodeCGAffineTransform (this Foundation.NSCoder This, string key);
static member DecodeCGAffineTransform : Foundation.NSCoder * string -> CoreGraphics.CGAffineTransform
Paramètres
- This
- NSCoder
Foundation.NSCoder.
- key
- String
Clé identifiée avec la transformation affine.
Retours
Structure de transformation affine associée à la clé désignée.
- Attributs