CGGradient Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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[]