CGImage.CreateMask Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- width
- Int32
- height
- Int32
- bitsPerComponent
- Int32
- bitsPerPixel
- Int32
- bytesPerRow
- Int32
- provider
- CGDataProvider
- decode
- nfloat[]
- shouldInterpolate
- Boolean