CIVector.Create 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Create(CGAffineTransform) |
從 CGAffineTransform 建立向量。 |
Create(CGPoint) |
建立 , CGAffineTransform 表示從原點到 |
Create(CGRect) |
建立 , CGAffineTransform 分別儲存 、 Y 、 Z 和 屬性中的 X X 座標、Y 座標、高度和 W 寬度。 |
Create(nfloat) |
使用指定的 |
Create(nfloat, nfloat) |
使用指定的 |
Create(nfloat, nfloat, nfloat) |
使用指定的 |
Create(nfloat, nfloat, nfloat, nfloat) |
使用指定的 |
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)
Create(nfloat)
使用指定的 x
值建立向量。
[Foundation.Export("vectorWithX:")]
public static CoreImage.CIVector Create (nfloat x);
static member Create : nfloat -> CoreImage.CIVector
參數
- x
- nfloat
傳回
- 屬性