CGGradient コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CGGradient(CGColorSpace, CGColor[]) | |
CGGradient(CGColorSpace, nfloat[]) | |
CGGradient(CGColorSpace, CGColor[], nfloat[]) | |
CGGradient(CGColorSpace, nfloat[], nfloat[]) |
CGGradient(CGColorSpace, CGColor[])
public CGGradient (CoreGraphics.CGColorSpace colorspace, CoreGraphics.CGColor[] colors);
new CoreGraphics.CGGradient : CoreGraphics.CGColorSpace * CoreGraphics.CGColor[] -> CoreGraphics.CGGradient
パラメーター
- colorspace
- CGColorSpace
- colors
- CGColor[]
適用対象
CGGradient(CGColorSpace, nfloat[])
public CGGradient (CoreGraphics.CGColorSpace colorspace, nfloat[] components);
new CoreGraphics.CGGradient : CoreGraphics.CGColorSpace * nfloat[] -> CoreGraphics.CGGradient
パラメーター
- colorspace
- CGColorSpace
- components
- nfloat[]
適用対象
CGGradient(CGColorSpace, CGColor[], nfloat[])
public CGGradient (CoreGraphics.CGColorSpace colorspace, CoreGraphics.CGColor[] colors, nfloat[] locations);
new CoreGraphics.CGGradient : CoreGraphics.CGColorSpace * CoreGraphics.CGColor[] * nfloat[] -> CoreGraphics.CGGradient
パラメーター
- colorspace
- CGColorSpace
- colors
- CGColor[]
- locations
- nfloat[]
適用対象
CGGradient(CGColorSpace, nfloat[], nfloat[])
public CGGradient (CoreGraphics.CGColorSpace colorspace, nfloat[] components, nfloat[] locations);
new CoreGraphics.CGGradient : CoreGraphics.CGColorSpace * nfloat[] * nfloat[] -> CoreGraphics.CGGradient
パラメーター
- colorspace
- CGColorSpace
- components
- nfloat[]
- locations
- nfloat[]