CGImageDestination.Create Method
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
| Name | Description |
|---|---|
| Create(NSUrl, String, Int32) | |
| Create(CGDataConsumer, String, Int32, CGImageDestinationOptions) | |
| Create(NSMutableData, String, Int32, CGImageDestinationOptions) |
Create(NSUrl, String, Int32)
Create(CGDataConsumer, String, Int32, CGImageDestinationOptions)
public static ImageIO.CGImageDestination? Create(CoreGraphics.CGDataConsumer consumer, string typeIdentifier, int imageCount, ImageIO.CGImageDestinationOptions? options = default);
static member Create : CoreGraphics.CGDataConsumer * string * int * ImageIO.CGImageDestinationOptions -> ImageIO.CGImageDestination
Parameters
- consumer
- CGDataConsumer
- typeIdentifier
- String
- imageCount
- Int32
- options
- CGImageDestinationOptions
Returns
Applies to
Create(NSMutableData, String, Int32, CGImageDestinationOptions)
public static ImageIO.CGImageDestination? Create(Foundation.NSMutableData data, string typeIdentifier, int imageCount, ImageIO.CGImageDestinationOptions? options = default);
static member Create : Foundation.NSMutableData * string * int * ImageIO.CGImageDestinationOptions -> ImageIO.CGImageDestination
Parameters
- data
- NSMutableData
- typeIdentifier
- String
- imageCount
- Int32
- options
- CGImageDestinationOptions