Partager via


UIImage.StretchableImage(nint, nint) Méthode

Définition

Crée une image extensible avec les paramètres spécifiés. Déconseillé dans iOS 5, mais toujours utile, car le remplacement est connu pour avoir des bogues.

[Foundation.Export("stretchableImageWithLeftCapWidth:topCapHeight:")]
[ObjCRuntime.ThreadSafe]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIImage StretchableImage (nint leftCapWidth, nint topCapHeight);
abstract member StretchableImage : nint * nint -> UIKit.UIImage
override this.StretchableImage : nint * nint -> UIKit.UIImage

Paramètres

leftCapWidth
System.System.IntPtr System.nativeint

Largeur du capuchon gauche à laisser non mis à l’échelle.

topCapHeight
System.System.IntPtr System.nativeint

Hauteur vers le capuchon supérieur à laisser non mis à l’échelle.

Retours

Image extensible.

Attributs

Remarques

La méthode de remplacement plus polyvalente introduite dans iOS 5 plante dans certaines conditions. Pour plus d’informations, consultez : https://openradar.appspot.com/11411000.

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

S’applique à