CGGradient Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- colorspace
- CGColorSpace
- colors
- CGColor[]
S’applique à
CGGradient(CGColorSpace, nfloat[])
public CGGradient (CoreGraphics.CGColorSpace colorspace, nfloat[] components);
new CoreGraphics.CGGradient : CoreGraphics.CGColorSpace * nfloat[] -> CoreGraphics.CGGradient
Paramètres
- colorspace
- CGColorSpace
- components
- nfloat[]
S’applique à
CGGradient(CGColorSpace, CGColor[], nfloat[])
public CGGradient (CoreGraphics.CGColorSpace colorspace, CoreGraphics.CGColor[] colors, nfloat[] locations);
new CoreGraphics.CGGradient : CoreGraphics.CGColorSpace * CoreGraphics.CGColor[] * nfloat[] -> CoreGraphics.CGGradient
Paramètres
- colorspace
- CGColorSpace
- colors
- CGColor[]
- locations
- nfloat[]
S’applique à
CGGradient(CGColorSpace, nfloat[], nfloat[])
public CGGradient (CoreGraphics.CGColorSpace colorspace, nfloat[] components, nfloat[] locations);
new CoreGraphics.CGGradient : CoreGraphics.CGColorSpace * nfloat[] * nfloat[] -> CoreGraphics.CGGradient
Paramètres
- colorspace
- CGColorSpace
- components
- nfloat[]
- locations
- nfloat[]