다음을 통해 공유


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

배경 이미지를 반환할 막대 메트릭입니다.

반환

지정된 상태 및 막대 메트릭에 대한 백그라운드 미지정입니다.

특성

설명

이 멤버는 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[]) 참조하세요.

적용 대상