CGImageDestination.Create 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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 = null);
static member Create : CoreGraphics.CGDataConsumer * string * int * ImageIO.CGImageDestinationOptions -> ImageIO.CGImageDestination
参数
- consumer
- CGDataConsumer
- typeIdentifier
- String
- imageCount
- Int32
- options
- CGImageDestinationOptions
返回
适用于
Create(NSMutableData, String, Int32, CGImageDestinationOptions)
public static ImageIO.CGImageDestination Create (Foundation.NSMutableData data, string typeIdentifier, int imageCount, ImageIO.CGImageDestinationOptions options = null);
static member Create : Foundation.NSMutableData * string * int * ImageIO.CGImageDestinationOptions -> ImageIO.CGImageDestination
参数
- data
- NSMutableData
- typeIdentifier
- String
- imageCount
- Int32
- options
- CGImageDestinationOptions