Поделиться через


CAConstraint.Create Метод

Определение

Перегрузки

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

Параметры

relativeToSource
String
srcAttribute
CAConstraintAttribute

Возвращаемое значение

Атрибуты

Применяется к

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

Параметры

relativeToSource
String
offset
nfloat

Возвращаемое значение

Атрибуты

Применяется к

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

Параметры

relativeToSource
String
scale
nfloat
offset
nfloat

Возвращаемое значение

Атрибуты

Применяется к