共用方式為


UIBarButtonItem.GetBackgroundImage 方法

定義

多載

GetBackgroundImage(UIControlState, UIBarMetrics)

按鈕的背景影像。

GetBackgroundImage(UIControlState, UIBarButtonItemStyle, UIBarMetrics)

UIBarButtonItem 用來作為背景的 UIImage。

GetBackgroundImage(UIControlState, UIBarMetrics)

按鈕的背景影像。

[Foundation.Export("backgroundImageForState:barMetrics:")]
public virtual UIKit.UIImage GetBackgroundImage (UIKit.UIControlState state, UIKit.UIBarMetrics barMetrics);
abstract member GetBackgroundImage : UIKit.UIControlState * UIKit.UIBarMetrics -> UIKit.UIImage
override this.GetBackgroundImage : UIKit.UIControlState * UIKit.UIBarMetrics -> UIKit.UIImage

參數

state
UIControlState

要傳回背景影像的控制項狀態。

barMetrics
UIBarMetrics

要傳回背景影像的列計量。

傳回

指定狀態和橫條圖計量的背景 imnage。

屬性

備註

此成員參與 UIAppearance 樣式系統。 Appearance請參閱 屬性和 AppearanceWhenContainedIn(Type[]) 方法。

適用於

GetBackgroundImage(UIControlState, UIBarButtonItemStyle, UIBarMetrics)

UIBarButtonItem 用來作為背景的 UIImage。

[Foundation.Export("backgroundImageForState:style:barMetrics:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIImage GetBackgroundImage (UIKit.UIControlState state, UIKit.UIBarButtonItemStyle style, UIKit.UIBarMetrics barMetrics);
abstract member GetBackgroundImage : UIKit.UIControlState * UIKit.UIBarButtonItemStyle * UIKit.UIBarMetrics -> UIKit.UIImage
override this.GetBackgroundImage : UIKit.UIControlState * UIKit.UIBarButtonItemStyle * UIKit.UIBarMetrics -> UIKit.UIImage

參數

barMetrics
UIBarMetrics

傳回

屬性

備註

此成員參與 UIAppearance 樣式系統。 Appearance請參閱 屬性和 AppearanceWhenContainedIn(Type[]) 方法。

適用於