CIVector.Create Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
Create(CGAffineTransform) |
Membuat vektor dari CGAffineTransform. |
Create(CGPoint) |
CGAffineTransform Membuat yang mewakili jarak yang diarahkan dari asal ke |
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 |
Create(nfloat, nfloat) |
Membuat vektor dengan nilai dan |
Create(nfloat, nfloat, nfloat) |
Membuat vektor dengan nilai , , |
Create(nfloat, nfloat, nfloat, nfloat) |
Membuat vektor dengan nilai , , dan |
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)
Create(nfloat, nfloat, nfloat)
Membuat vektor dengan nilai , , y
dan 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