次の方法で共有


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

戻り値

適用対象