NSCoder_UIGeometryKeyedCoding.DecodeCGSize(NSCoder, String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Decodifica e quindi restituisce la struttura di dimensioni associata alla chiave designata.
[Foundation.Export("decodeCGSizeForKey:")]
public static CoreGraphics.CGSize DecodeCGSize (this Foundation.NSCoder This, string key);
static member DecodeCGSize : Foundation.NSCoder * string -> CoreGraphics.CGSize
Parametri
- This
- NSCoder
Foundation.NSCoder.
- key
- String
Chiave identificata con la correzione.
Restituisce
Struttura delle dimensioni associata alla chiave designata.
- Attributi