CGImageDestination.Create 方法

定义

重载

Create(NSUrl, String, Int32)
Create(CGDataConsumer, String, Int32, CGImageDestinationOptions)
Create(NSMutableData, String, Int32, CGImageDestinationOptions)

Create(NSUrl, String, Int32)

public static ImageIO.CGImageDestination Create (Foundation.NSUrl url, string typeIdentifier, int imageCount);
static member Create : Foundation.NSUrl * string * int -> ImageIO.CGImageDestination

参数

url
NSUrl
typeIdentifier
String
imageCount
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

返回

适用于

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

参数

typeIdentifier
String
imageCount
Int32

返回

适用于