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