다음을 통해 공유


UISegmentedControl.ImageAt(nint) 메서드

정의

특정 세그먼트에 사용되는 이미지를 검색합니다.

[Foundation.Export("imageForSegmentAtIndex:")]
public virtual UIKit.UIImage ImageAt (nint segment);
abstract member ImageAt : nint -> UIKit.UIImage
override this.ImageAt : nint -> UIKit.UIImage

매개 변수

segment
System.System.IntPtr System.nativeint

이미지를 반환할 세그먼트입니다.

반환

지정된 세그먼트의 이미지입니다.

특성

설명

세그먼트 인덱스는 0부터 시작합니다. 세그먼트 인덱스가 컨트롤의 상위 세그먼트 범위를 벗어나면 상위 범위의 세그먼트 이미지가 반환됩니다.

적용 대상