UIImage.ImageWithAlignmentRectInsets(UIEdgeInsets) 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.
Crea un oggetto UIImage basato su this
, con l'oggetto specificato alignmentInsets
.
[Foundation.Export("imageWithAlignmentRectInsets:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.ThreadSafe]
public virtual UIKit.UIImage ImageWithAlignmentRectInsets (UIKit.UIEdgeInsets alignmentInsets);
abstract member ImageWithAlignmentRectInsets : UIKit.UIEdgeInsets -> UIKit.UIImage
override this.ImageWithAlignmentRectInsets : UIKit.UIEdgeInsets -> UIKit.UIImage
Parametri
- alignmentInsets
- UIEdgeInsets
Metadati di allineamento da applicare alla nuova immagine.
Restituisce
Nuova immagine.
- Attributi
Commenti
(Altre documentazioni per questo nodo sono disponibili)
Questa operazione può essere usata da un thread in background.