Condividi tramite


UIImage.ImageWithAlignmentRectInsets(UIEdgeInsets) Metodo

Definizione

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.

Si applica a