다음을 통해 공유


UIAttachmentBehavior.CreatePinAttachment 메서드

정의

고정 지점 첨부 파일을 만드는 정적 팩터리 메서드입니다.

[Foundation.Export("pinAttachmentWithItem:attachedToItem:attachmentAnchor:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIAttachmentBehavior CreatePinAttachment (UIKit.IUIDynamicItem item1, UIKit.IUIDynamicItem item2, CoreGraphics.CGPoint attachmentAnchor);
static member CreatePinAttachment : UIKit.IUIDynamicItem * UIKit.IUIDynamicItem * CoreGraphics.CGPoint -> UIKit.UIAttachmentBehavior

매개 변수

item1
IUIDynamicItem

항목입니다.

item2
IUIDynamicItem

항목입니다.

attachmentAnchor
CGPoint

첨부 지점입니다.

반환

특성

적용 대상