Partager via


UIImage.ImageWithAlignmentRectInsets(UIEdgeInsets) Méthode

Définition

Crée un UIImage basé sur this, avec le spécifié 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

Paramètres

alignmentInsets
UIEdgeInsets

Métadonnées d’alignement qui doivent être appliquées à la nouvelle image.

Retours

Nouvelle image.

Attributs

Remarques

(Plus de documentation pour ce nœud est à venir)

Cela peut être utilisé à partir d’un thread d’arrière-plan.

S’applique à