다음을 통해 공유


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

반환

적용 대상