CAConstraint Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- coder
- NSCoder
- Attribute
Gilt für:
CAConstraint(NSObjectFlag)
protected CAConstraint (Foundation.NSObjectFlag t);
new CoreAnimation.CAConstraint : Foundation.NSObjectFlag -> CoreAnimation.CAConstraint
Parameter
Gilt für:
CAConstraint(IntPtr)
protected internal CAConstraint (IntPtr handle);
new CoreAnimation.CAConstraint : nativeint -> CoreAnimation.CAConstraint
Parameter
- handle
-
IntPtr
nativeint
Gilt für:
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
Parameter
- attribute
- CAConstraintAttribute
- relativeToSource
- String
- srcAttr
- CAConstraintAttribute
- scale
- nfloat
- offset
- nfloat
- Attribute