CAConstraint Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- coder
- NSCoder
- Attributes
Applies to
CAConstraint(NSObjectFlag)
protected CAConstraint (Foundation.NSObjectFlag t);
new CoreAnimation.CAConstraint : Foundation.NSObjectFlag -> CoreAnimation.CAConstraint
Parameters
Applies to
CAConstraint(IntPtr)
protected internal CAConstraint (IntPtr handle);
new CoreAnimation.CAConstraint : nativeint -> CoreAnimation.CAConstraint
Parameters
- handle
-
IntPtr
nativeint
Applies to
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
Parameters
- attribute
- CAConstraintAttribute
- relativeToSource
- String
- srcAttr
- CAConstraintAttribute
- scale
- nfloat
- offset
- nfloat
- Attributes