CGImage.CreateMask 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- width
- Int32
- height
- Int32
- bitsPerComponent
- Int32
- bitsPerPixel
- Int32
- bytesPerRow
- Int32
- provider
- CGDataProvider
- decode
- nfloat[]
- shouldInterpolate
- Boolean