UISegmentedControl.ImageAt(nint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索特定段中使用的图像
[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 开始。 如果指定的段索引超出了控件中段的上限范围,则将返回位于上一范围的段的图像。