CGImageDestination
~CGImageDestination()
Handle
TypeIdentifiers
AddAuxiliaryDataInfo(CGImageAuxiliaryDataType, CGImageAuxiliaryDataInfo)
AddImage(CGImage, CGImageDestinationOptions)
AddImage(CGImage, NSDictionary)
AddImage(CGImageSource, Int32, CGImageDestinationOptions)
AddImage(CGImageSource, Int32, NSDictionary)
AddImageAndMetadata(CGImage, CGImageMetadata, CGImageDestinationOptions)
AddImageAndMetadata(CGImage, CGImageMetadata, NSDictionary)
Close()
CopyImageSource(CGImageSource, CGCopyImageSourceOptions, NSError)
CopyImageSource(CGImageSource, NSDictionary, NSError)
Create(NSUrl, String, Int32)
Create(CGDataConsumer, String, Int32, CGImageDestinationOptions)
Create(NSMutableData, String, Int32, CGImageDestinationOptions)
Dispose()
Dispose(Boolean)
GetTypeID()
SetProperties(NSDictionary)
xamarinmac
namespace ImageIO
{
public class CGImageDestination : INativeObject, IDisposable
{
[EditorBrowsable(EditorBrowsableState.Advanced)]
public bool CopyImageSource(CGImageSource image, NSDictionary options, out NSError error);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API