次の方法で共有


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

添付ファイル ポイント。

戻り値

属性

適用対象