共用方式為


CIVector.Create 方法

定義

多載

Create(CGAffineTransform)

CGAffineTransform 建立向量。

Create(CGPoint)

建立 , CGAffineTransform 表示從原點到 point 的導向距離。

Create(CGRect)

建立 , CGAffineTransform 分別儲存 、 YZ 和 屬性中的 X X 座標、Y 座標、高度和 W 寬度。

Create(nfloat)

使用指定的 x 值建立向量。

Create(nfloat, nfloat)

使用指定的 xy 值建立向量。

Create(nfloat, nfloat, nfloat)

使用指定的 xyz 值建立向量。

Create(nfloat, nfloat, nfloat, nfloat)

使用指定的 xy 和 和 zw 值建立向量。

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 分別儲存 、 YZ 和 屬性中的 X X 座標、Y 座標、高度和 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)

使用指定的 xy 值建立向量。

[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)

使用指定的 xyz 值建立向量。

[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)

使用指定的 xy 和 和 zw 值建立向量。

[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

傳回

屬性

適用於