UIImage.ImageWithAlignmentRectInsets(UIEdgeInsets) 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.
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.