CGBitmapContext コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CGBitmapContext(Byte[], nint, nint, nint, nint, CGColorSpace, CGBitmapFlags)
public CGBitmapContext (byte[] data, nint width, nint height, nint bitsPerComponent, nint bytesPerRow, CoreGraphics.CGColorSpace colorSpace, CoreGraphics.CGBitmapFlags bitmapInfo);
new CoreGraphics.CGBitmapContext : byte[] * nint * nint * nint * nint * CoreGraphics.CGColorSpace * CoreGraphics.CGBitmapFlags -> CoreGraphics.CGBitmapContext
パラメーター
- data
- Byte[]
- width
- System.System.IntPtr System.nativeint
- height
- System.System.IntPtr System.nativeint
- bitsPerComponent
- System.System.IntPtr System.nativeint
- bytesPerRow
- System.System.IntPtr System.nativeint
- colorSpace
- CGColorSpace
- bitmapInfo
- CGBitmapFlags
適用対象
CGBitmapContext(Byte[], nint, nint, nint, nint, CGColorSpace, CGImageAlphaInfo)
public CGBitmapContext (byte[] data, nint width, nint height, nint bitsPerComponent, nint bytesPerRow, CoreGraphics.CGColorSpace colorSpace, CoreGraphics.CGImageAlphaInfo bitmapInfo);
new CoreGraphics.CGBitmapContext : byte[] * nint * nint * nint * nint * CoreGraphics.CGColorSpace * CoreGraphics.CGImageAlphaInfo -> CoreGraphics.CGBitmapContext
パラメーター
- data
- Byte[]
- width
- System.System.IntPtr System.nativeint
- height
- System.System.IntPtr System.nativeint
- bitsPerComponent
- System.System.IntPtr System.nativeint
- bytesPerRow
- System.System.IntPtr System.nativeint
- colorSpace
- CGColorSpace
- bitmapInfo
- CGImageAlphaInfo
適用対象
CGBitmapContext(IntPtr, nint, nint, nint, nint, CGColorSpace, CGBitmapFlags)
public CGBitmapContext (IntPtr data, nint width, nint height, nint bitsPerComponent, nint bytesPerRow, CoreGraphics.CGColorSpace colorSpace, CoreGraphics.CGBitmapFlags bitmapInfo);
new CoreGraphics.CGBitmapContext : nativeint * nint * nint * nint * nint * CoreGraphics.CGColorSpace * CoreGraphics.CGBitmapFlags -> CoreGraphics.CGBitmapContext
パラメーター
- data
-
IntPtr
nativeint
- width
- System.System.IntPtr System.nativeint
- height
- System.System.IntPtr System.nativeint
- bitsPerComponent
- System.System.IntPtr System.nativeint
- bytesPerRow
- System.System.IntPtr System.nativeint
- colorSpace
- CGColorSpace
- bitmapInfo
- CGBitmapFlags
適用対象
CGBitmapContext(IntPtr, nint, nint, nint, nint, CGColorSpace, CGImageAlphaInfo)
public CGBitmapContext (IntPtr data, nint width, nint height, nint bitsPerComponent, nint bytesPerRow, CoreGraphics.CGColorSpace colorSpace, CoreGraphics.CGImageAlphaInfo bitmapInfo);
new CoreGraphics.CGBitmapContext : nativeint * nint * nint * nint * nint * CoreGraphics.CGColorSpace * CoreGraphics.CGImageAlphaInfo -> CoreGraphics.CGBitmapContext
パラメーター
- data
-
IntPtr
nativeint
- width
- System.System.IntPtr System.nativeint
- height
- System.System.IntPtr System.nativeint
- bitsPerComponent
- System.System.IntPtr System.nativeint
- bytesPerRow
- System.System.IntPtr System.nativeint
- colorSpace
- CGColorSpace
- bitmapInfo
- CGImageAlphaInfo