다음을 통해 공유


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

반환

특성

적용 대상