共用方式為


CAConstraint 建構函式

定義

多載

CAConstraint()
CAConstraint(NSCoder)
CAConstraint(NSObjectFlag)
CAConstraint(IntPtr)
CAConstraint(CAConstraintAttribute, String, CAConstraintAttribute, nfloat, nfloat)

CAConstraint()

[Foundation.Export("init")]
public CAConstraint ();
屬性

適用於

CAConstraint(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public CAConstraint (Foundation.NSCoder coder);
new CoreAnimation.CAConstraint : Foundation.NSCoder -> CoreAnimation.CAConstraint

參數

coder
NSCoder
屬性

適用於

CAConstraint(NSObjectFlag)

protected CAConstraint (Foundation.NSObjectFlag t);
new CoreAnimation.CAConstraint : Foundation.NSObjectFlag -> CoreAnimation.CAConstraint

參數

適用於

CAConstraint(IntPtr)

protected internal CAConstraint (IntPtr handle);
new CoreAnimation.CAConstraint : nativeint -> CoreAnimation.CAConstraint

參數

handle
IntPtr

nativeint

適用於

CAConstraint(CAConstraintAttribute, String, CAConstraintAttribute, nfloat, nfloat)

[Foundation.Export("initWithAttribute:relativeTo:attribute:scale:offset:")]
public CAConstraint (CoreAnimation.CAConstraintAttribute attribute, string relativeToSource, CoreAnimation.CAConstraintAttribute srcAttr, nfloat scale, nfloat offset);
new CoreAnimation.CAConstraint : CoreAnimation.CAConstraintAttribute * string * CoreAnimation.CAConstraintAttribute * nfloat * nfloat -> CoreAnimation.CAConstraint

參數

relativeToSource
String
scale
nfloat
offset
nfloat
屬性

適用於