Compartir a través de


UIBarButtonItem.GetBackgroundImage Método

Definición

Sobrecargas

GetBackgroundImage(UIControlState, UIBarMetrics)

Imagen de fondo del botón.

GetBackgroundImage(UIControlState, UIBarButtonItemStyle, UIBarMetrics)

UiImage usado como fondo por uiBarButtonItem.

GetBackgroundImage(UIControlState, UIBarMetrics)

Imagen de fondo del botón.

[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

Parámetros

state
UIControlState

Estado de control para el que se va a devolver la imagen de fondo.

barMetrics
UIBarMetrics

Métricas de barra para las que se va a devolver la imagen de fondo.

Devoluciones

La instantánea en segundo plano para las métricas de estado y barra especificadas.

Atributos

Comentarios

Este miembro participa en el UIAppearance sistema de estilos. Vea la Appearance propiedad y el AppearanceWhenContainedIn(Type[]) método .

Se aplica a

GetBackgroundImage(UIControlState, UIBarButtonItemStyle, UIBarMetrics)

UiImage usado como fondo por uiBarButtonItem.

[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

Parámetros

barMetrics
UIBarMetrics

Devoluciones

Atributos

Comentarios

Este miembro participa en el UIAppearance sistema de estilos. Vea la Appearance propiedad y el AppearanceWhenContainedIn(Type[]) método .

Se aplica a