CAConstraint.Create Method
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
Create(CAConstraintAttribute, String, CAConstraintAttribute)
[Foundation.Export("constraintWithAttribute:relativeTo:attribute:")]
public static CoreAnimation.CAConstraint Create (CoreAnimation.CAConstraintAttribute attribute, string relativeToSource, CoreAnimation.CAConstraintAttribute srcAttribute);
static member Create : CoreAnimation.CAConstraintAttribute * string * CoreAnimation.CAConstraintAttribute -> CoreAnimation.CAConstraint
Parameters
- attribute
- CAConstraintAttribute
- relativeToSource
- String
- srcAttribute
- CAConstraintAttribute
Returns
- Attributes
Applies to
Create(CAConstraintAttribute, String, CAConstraintAttribute, nfloat)
[Foundation.Export("constraintWithAttribute:relativeTo:attribute:offset:")]
public static CoreAnimation.CAConstraint Create (CoreAnimation.CAConstraintAttribute attribute, string relativeToSource, CoreAnimation.CAConstraintAttribute srcAttr, nfloat offset);
static member Create : CoreAnimation.CAConstraintAttribute * string * CoreAnimation.CAConstraintAttribute * nfloat -> CoreAnimation.CAConstraint
Parameters
- attribute
- CAConstraintAttribute
- relativeToSource
- String
- srcAttr
- CAConstraintAttribute
- offset
- nfloat
Returns
- Attributes
Applies to
Create(CAConstraintAttribute, String, CAConstraintAttribute, nfloat, nfloat)
[Foundation.Export("constraintWithAttribute:relativeTo:attribute:scale:offset:")]
public static CoreAnimation.CAConstraint Create (CoreAnimation.CAConstraintAttribute attribute, string relativeToSource, CoreAnimation.CAConstraintAttribute srcAttr, nfloat scale, nfloat offset);
static member Create : CoreAnimation.CAConstraintAttribute * string * CoreAnimation.CAConstraintAttribute * nfloat * nfloat -> CoreAnimation.CAConstraint
Parameters
- attribute
- CAConstraintAttribute
- relativeToSource
- String
- srcAttr
- CAConstraintAttribute
- scale
- nfloat
- offset
- nfloat
Returns
- Attributes