다음을 통해 공유


UIImage.ImageWithAlignmentRectInsets(UIEdgeInsets) 메서드

정의

지정된 를 UIImage 사용하여 를 기반으로 thisalignmentInsets만듭니다.

[Foundation.Export("imageWithAlignmentRectInsets:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.ThreadSafe]
public virtual UIKit.UIImage ImageWithAlignmentRectInsets (UIKit.UIEdgeInsets alignmentInsets);
abstract member ImageWithAlignmentRectInsets : UIKit.UIEdgeInsets -> UIKit.UIImage
override this.ImageWithAlignmentRectInsets : UIKit.UIEdgeInsets -> UIKit.UIImage

매개 변수

alignmentInsets
UIEdgeInsets

새 이미지에 적용할 맞춤 메타데이터입니다.

반환

새 이미지입니다.

특성

설명

(이 노드에 대한 추가 설명서가 제공될 예정임)

백그라운드 스레드에서 사용할 수 있습니다.

적용 대상