CGImage.CreateMask Méthode
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.
public static CoreGraphics.CGImage CreateMask (int width, int height, int bitsPerComponent, int bitsPerPixel, int bytesPerRow, CoreGraphics.CGDataProvider provider, nfloat[] decode, bool shouldInterpolate);
static member CreateMask : int * int * int * int * int * CoreGraphics.CGDataProvider * nfloat[] * bool -> CoreGraphics.CGImage
Paramètres
- width
- Int32
- height
- Int32
- bitsPerComponent
- Int32
- bitsPerPixel
- Int32
- bytesPerRow
- Int32
- provider
- CGDataProvider
- decode
- nfloat[]
- shouldInterpolate
- Boolean