共用方式為


UIImage.StretchableImage(nint, nint) 方法

定義

使用指定的參數建立可延伸影像。 在 iOS 5 中已被取代,但仍很有用,因為取代已知有 Bug。

[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

參數

leftCapWidth
System.System.IntPtr System.nativeint

要保持未調整的左大寫的寬度。

topCapHeight
System.System.IntPtr System.nativeint

要保持未調整的頂端上限高度。

傳回

可縮放的影像。

屬性

備註

在 iOS 5 中引進的更多功能取代方法在某些情況下損毀,如需詳細資訊,請參閱: https://openradar.appspot.com/11411000.

這可從背景執行緒使用。

適用於