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


CIVector.Create Метод

Определение

Перегрузки

Create(CGAffineTransform)

Создает вектор из CGAffineTransform.

Create(CGPoint)

Создает объект , CGAffineTransform представляющий направленное расстояние от источника до point.

Create(CGRect)

Создает объект , CGAffineTransform который сохраняет координаты X, координаты Y, высоту и ширину в Xсвойствах , Y. Zи W соответственно.

Create(nfloat)

Создает вектор с указанным x значением.

Create(nfloat, nfloat)

Создает вектор с указанными x значениями и y .

Create(nfloat, nfloat, nfloat)

Создает вектор с указанными xзначениями , yи z .

Create(nfloat, nfloat, nfloat, nfloat)

Создает вектор с указанными xзначениями , yи z.w

Create(CGAffineTransform)

Создает вектор из CGAffineTransform.

[Foundation.Export("vectorWithCGAffineTransform:")]
public static CoreImage.CIVector Create (CoreGraphics.CGAffineTransform affineTransform);
static member Create : CoreGraphics.CGAffineTransform -> CoreImage.CIVector

Параметры

affineTransform
CGAffineTransform

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

Атрибуты

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

Create(CGPoint)

Создает объект , CGAffineTransform представляющий направленное расстояние от источника до point.

[Foundation.Export("vectorWithCGPoint:")]
public static CoreImage.CIVector Create (CoreGraphics.CGPoint point);
static member Create : CoreGraphics.CGPoint -> CoreImage.CIVector

Параметры

point
CGPoint

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

Атрибуты

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

Create(CGRect)

Создает объект , CGAffineTransform который сохраняет координаты X, координаты Y, высоту и ширину в Xсвойствах , Y. Zи W соответственно.

[Foundation.Export("vectorWithCGRect:")]
public static CoreImage.CIVector Create (CoreGraphics.CGRect point);
static member Create : CoreGraphics.CGRect -> CoreImage.CIVector

Параметры

point
CGRect

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

Атрибуты

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

Create(nfloat)

Создает вектор с указанным x значением.

[Foundation.Export("vectorWithX:")]
public static CoreImage.CIVector Create (nfloat x);
static member Create : nfloat -> CoreImage.CIVector

Параметры

x
nfloat

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

Атрибуты

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

Create(nfloat, nfloat)

Создает вектор с указанными x значениями и y .

[Foundation.Export("vectorWithX:Y:")]
public static CoreImage.CIVector Create (nfloat x, nfloat y);
static member Create : nfloat * nfloat -> CoreImage.CIVector

Параметры

x
nfloat
y
nfloat

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

Атрибуты

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

Create(nfloat, nfloat, nfloat)

Создает вектор с указанными xзначениями , yи z .

[Foundation.Export("vectorWithX:Y:Z:")]
public static CoreImage.CIVector Create (nfloat x, nfloat y, nfloat z);
static member Create : nfloat * nfloat * nfloat -> CoreImage.CIVector

Параметры

x
nfloat
y
nfloat
z
nfloat

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

Атрибуты

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

Create(nfloat, nfloat, nfloat, nfloat)

Создает вектор с указанными xзначениями , yи z.w

[Foundation.Export("vectorWithX:Y:Z:W:")]
public static CoreImage.CIVector Create (nfloat x, nfloat y, nfloat z, nfloat w);
static member Create : nfloat * nfloat * nfloat * nfloat -> CoreImage.CIVector

Параметры

x
nfloat
y
nfloat
z
nfloat
w
nfloat

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

Атрибуты

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