Compartilhar via


UIAttachmentBehavior.CreatePinAttachment Método

Definição

Método de fábrica estático para criar um anexo de ponto fixo.

[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

Parâmetros

item1
IUIDynamicItem

Um item.

item2
IUIDynamicItem

Um item.

attachmentAnchor
CGPoint

O ponto de anexo.

Retornos

Atributos

Aplica-se a