CGBitmapContext Constructors
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.
Overloads
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
Parameters
- 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
Applies to
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
Parameters
- 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
Applies to
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
Parameters
- 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
Applies to
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
Parameters
- 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