CGImageDestination.Create Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- consumer
- CGDataConsumer
- typeIdentifier
- String
- imageCount
- Int32
- options
- CGImageDestinationOptions
Retours
S’applique à
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
Paramètres
- data
- NSMutableData
- typeIdentifier
- String
- imageCount
- Int32
- options
- CGImageDestinationOptions