Bagikan melalui


CIVector.Create Metode

Definisi

Overload

Create(CGAffineTransform)

Membuat vektor dari CGAffineTransform.

Create(CGPoint)

CGAffineTransform Membuat yang mewakili jarak yang diarahkan dari asal ke point.

Create(CGRect)

CGAffineTransform Membuat yang masing-masing menyimpan koordinat X, koordinat Y, tinggi, dan lebar di Xproperti , Y. Z, dan W .

Create(nfloat)

Membuat vektor dengan nilai yang ditentukan x .

Create(nfloat, nfloat)

Membuat vektor dengan nilai dan y yang ditentukanx.

Create(nfloat, nfloat, nfloat)

Membuat vektor dengan nilai , , ydan z yang ditentukanx.

Create(nfloat, nfloat, nfloat, nfloat)

Membuat vektor dengan nilai , , dan z, dan w yang ditentukanx. y

Create(CGAffineTransform)

Membuat vektor dari CGAffineTransform.

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

Parameter

affineTransform
CGAffineTransform

Mengembalikan

Atribut

Berlaku untuk

Create(CGPoint)

CGAffineTransform Membuat yang mewakili jarak yang diarahkan dari asal ke point.

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

Parameter

point
CGPoint

Mengembalikan

Atribut

Berlaku untuk

Create(CGRect)

CGAffineTransform Membuat yang masing-masing menyimpan koordinat X, koordinat Y, tinggi, dan lebar di Xproperti , Y. Z, dan W .

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

Parameter

point
CGRect

Mengembalikan

Atribut

Berlaku untuk

Create(nfloat)

Membuat vektor dengan nilai yang ditentukan x .

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

Parameter

x
nfloat

Mengembalikan

Atribut

Berlaku untuk

Create(nfloat, nfloat)

Membuat vektor dengan nilai dan y yang ditentukanx.

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

Parameter

x
nfloat
y
nfloat

Mengembalikan

Atribut

Berlaku untuk

Create(nfloat, nfloat, nfloat)

Membuat vektor dengan nilai , , ydan z yang ditentukanx.

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

Parameter

x
nfloat
y
nfloat
z
nfloat

Mengembalikan

Atribut

Berlaku untuk

Create(nfloat, nfloat, nfloat, nfloat)

Membuat vektor dengan nilai , , dan z, dan w yang ditentukanx. y

[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

Parameter

x
nfloat
y
nfloat
z
nfloat
w
nfloat

Mengembalikan

Atribut

Berlaku untuk