Share via


CGBitmapContext Constructors

Definition

Overloads

CGBitmapContext(Byte[], IntPtr, IntPtr, IntPtr, IntPtr, CGColorSpace, CGBitmapFlags)

public CGBitmapContext(byte[]? data, IntPtr width, IntPtr height, IntPtr bitsPerComponent, IntPtr bytesPerRow, CoreGraphics.CGColorSpace? colorSpace, CoreGraphics.CGBitmapFlags bitmapInfo);
new CoreGraphics.CGBitmapContext : byte[] * nativeint * nativeint * nativeint * nativeint * CoreGraphics.CGColorSpace * CoreGraphics.CGBitmapFlags -> CoreGraphics.CGBitmapContext

Parameters

data
Byte[]
width
IntPtr

nativeint

height
IntPtr

nativeint

bitsPerComponent
IntPtr

nativeint

bytesPerRow
IntPtr

nativeint

colorSpace
CGColorSpace
bitmapInfo
CGBitmapFlags

Applies to

CGBitmapContext(Byte[], IntPtr, IntPtr, IntPtr, IntPtr, CGColorSpace, CGImageAlphaInfo)

public CGBitmapContext(byte[]? data, IntPtr width, IntPtr height, IntPtr bitsPerComponent, IntPtr bytesPerRow, CoreGraphics.CGColorSpace? colorSpace, CoreGraphics.CGImageAlphaInfo bitmapInfo);
new CoreGraphics.CGBitmapContext : byte[] * nativeint * nativeint * nativeint * nativeint * CoreGraphics.CGColorSpace * CoreGraphics.CGImageAlphaInfo -> CoreGraphics.CGBitmapContext

Parameters

data
Byte[]
width
IntPtr

nativeint

height
IntPtr

nativeint

bitsPerComponent
IntPtr

nativeint

bytesPerRow
IntPtr

nativeint

colorSpace
CGColorSpace
bitmapInfo
CGImageAlphaInfo

Applies to

CGBitmapContext(IntPtr, IntPtr, IntPtr, IntPtr, IntPtr, CGColorSpace, CGBitmapFlags)

public CGBitmapContext(IntPtr data, IntPtr width, IntPtr height, IntPtr bitsPerComponent, IntPtr bytesPerRow, CoreGraphics.CGColorSpace? colorSpace, CoreGraphics.CGBitmapFlags bitmapInfo);
new CoreGraphics.CGBitmapContext : nativeint * nativeint * nativeint * nativeint * nativeint * CoreGraphics.CGColorSpace * CoreGraphics.CGBitmapFlags -> CoreGraphics.CGBitmapContext

Parameters

data
IntPtr

nativeint

width
IntPtr

nativeint

height
IntPtr

nativeint

bitsPerComponent
IntPtr

nativeint

bytesPerRow
IntPtr

nativeint

colorSpace
CGColorSpace
bitmapInfo
CGBitmapFlags

Applies to

CGBitmapContext(IntPtr, IntPtr, IntPtr, IntPtr, IntPtr, CGColorSpace, CGImageAlphaInfo)

public CGBitmapContext(IntPtr data, IntPtr width, IntPtr height, IntPtr bitsPerComponent, IntPtr bytesPerRow, CoreGraphics.CGColorSpace? colorSpace, CoreGraphics.CGImageAlphaInfo bitmapInfo);
new CoreGraphics.CGBitmapContext : nativeint * nativeint * nativeint * nativeint * nativeint * CoreGraphics.CGColorSpace * CoreGraphics.CGImageAlphaInfo -> CoreGraphics.CGBitmapContext

Parameters

data
IntPtr

nativeint

width
IntPtr

nativeint

height
IntPtr

nativeint

bitsPerComponent
IntPtr

nativeint

bytesPerRow
IntPtr

nativeint

colorSpace
CGColorSpace
bitmapInfo
CGImageAlphaInfo

Applies to