Freigeben über


CGImageDestination.Create Methode

Definition

Überlädt

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

Parameter

url
NSUrl
typeIdentifier
String
imageCount
Int32

Gibt zurück

Gilt für:

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

Parameter

consumer
CGDataConsumer
typeIdentifier
String
imageCount
Int32

Gibt zurück

Gilt für:

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

Parameter

typeIdentifier
String
imageCount
Int32

Gibt zurück

Gilt für: