CGImage 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
CGImage(IntPtr)
public CGImage (IntPtr handle);
new CoreGraphics.CGImage : nativeint -> CoreGraphics.CGImage
Parameters
- handle
-
IntPtr
nativeint
Applies to
CGImage(Int32, Int32, Int32, Int32, Int32, CGColorSpace, CGBitmapFlags, CGDataProvider, nfloat[], Boolean, CGColorRenderingIntent)
public CGImage (int width, int height, int bitsPerComponent, int bitsPerPixel, int bytesPerRow, CoreGraphics.CGColorSpace colorSpace, CoreGraphics.CGBitmapFlags bitmapFlags, CoreGraphics.CGDataProvider provider, nfloat[] decode, bool shouldInterpolate, CoreGraphics.CGColorRenderingIntent intent);
new CoreGraphics.CGImage : int * int * int * int * int * CoreGraphics.CGColorSpace * CoreGraphics.CGBitmapFlags * CoreGraphics.CGDataProvider * nfloat[] * bool * CoreGraphics.CGColorRenderingIntent -> CoreGraphics.CGImage
Parameters
- width
- Int32
- height
- Int32
- bitsPerComponent
- Int32
- bitsPerPixel
- Int32
- bytesPerRow
- Int32
- colorSpace
- CGColorSpace
- bitmapFlags
- CGBitmapFlags
- provider
- CGDataProvider
- decode
- nfloat[]
- shouldInterpolate
- Boolean
- intent
- CGColorRenderingIntent
Applies to
CGImage(Int32, Int32, Int32, Int32, Int32, CGColorSpace, CGImageAlphaInfo, CGDataProvider, nfloat[], Boolean, CGColorRenderingIntent)
public CGImage (int width, int height, int bitsPerComponent, int bitsPerPixel, int bytesPerRow, CoreGraphics.CGColorSpace colorSpace, CoreGraphics.CGImageAlphaInfo alphaInfo, CoreGraphics.CGDataProvider provider, nfloat[] decode, bool shouldInterpolate, CoreGraphics.CGColorRenderingIntent intent);
new CoreGraphics.CGImage : int * int * int * int * int * CoreGraphics.CGColorSpace * CoreGraphics.CGImageAlphaInfo * CoreGraphics.CGDataProvider * nfloat[] * bool * CoreGraphics.CGColorRenderingIntent -> CoreGraphics.CGImage
Parameters
- width
- Int32
- height
- Int32
- bitsPerComponent
- Int32
- bitsPerPixel
- Int32
- bytesPerRow
- Int32
- colorSpace
- CGColorSpace
- alphaInfo
- CGImageAlphaInfo
- provider
- CGDataProvider
- decode
- nfloat[]
- shouldInterpolate
- Boolean
- intent
- CGColorRenderingIntent