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