CAConstraint Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
Параметры
- coder
- NSCoder
- Атрибуты
Применяется к
CAConstraint(NSObjectFlag)
protected CAConstraint (Foundation.NSObjectFlag t);
new CoreAnimation.CAConstraint : Foundation.NSObjectFlag -> CoreAnimation.CAConstraint
Параметры
Применяется к
CAConstraint(IntPtr)
protected internal CAConstraint (IntPtr handle);
new CoreAnimation.CAConstraint : nativeint -> CoreAnimation.CAConstraint
Параметры
- handle
-
IntPtr
nativeint
Применяется к
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
Параметры
- attribute
- CAConstraintAttribute
- relativeToSource
- String
- srcAttr
- CAConstraintAttribute
- scale
- nfloat
- offset
- nfloat
- Атрибуты