C# Class MonoMac.ImageIO.CGImageSource

Inheritance: INativeObject, IDisposable
Mostrar archivo Open project: kangaroo/maccore Class Usage Examples

Public Methods

Method Description
CreateImageAtIndex ( CGImageSource isrc, int index, NSDictionary options ) : CGImage
CreateWithURL ( NSUrl url, NSDictionary options ) : CGImageSource
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CGImageSource ( IntPtr handle ) : System
CGImageSource ( IntPtr handle, bool owns ) : System
CGImageSourceCreateImageAtIndex ( IntPtr isrc, int index, IntPtr options ) : IntPtr
CGImageSourceCreateWithURL ( IntPtr url, IntPtr options ) : IntPtr

Method Details

CreateImageAtIndex() public static method

public static CreateImageAtIndex ( CGImageSource isrc, int index, NSDictionary options ) : CGImage
isrc CGImageSource
index int
options NSDictionary
return MonoMac.CoreGraphics.CGImage

CreateWithURL() public static method

public static CreateWithURL ( NSUrl url, NSDictionary options ) : CGImageSource
url MonoMac.Foundation.NSUrl
options NSDictionary
return CGImageSource

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void