Поделиться через


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

Возвращаемое значение

Применяется к