CAConstraint 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
CAConstraint() | |
CAConstraint(NSCoder) | |
CAConstraint(NSObjectFlag) | |
CAConstraint(IntPtr) | |
CAConstraint(CAConstraintAttribute, String, CAConstraintAttribute, nfloat, nfloat) |
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
參數
- attribute
- CAConstraintAttribute
- relativeToSource
- String
- srcAttr
- CAConstraintAttribute
- scale
- nfloat
- offset
- nfloat
- 屬性