CAConstraint.Create Method

Definition

Overloads

Create(CAConstraintAttribute, String, CAConstraintAttribute)
Create(CAConstraintAttribute, String, CAConstraintAttribute, nfloat)
Create(CAConstraintAttribute, String, CAConstraintAttribute, nfloat, nfloat)

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

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

relativeToSource
String
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

relativeToSource
String
scale
nfloat
offset
nfloat

Returns

Attributes

Applies to