C# Class MonoMac.ImageIO.CGImageSource

Inheritance: INativeObject, IDisposable
Afficher le fichier Open project: kangaroo/maccore Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

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

CreateWithURL() public static méthode

public static CreateWithURL ( NSUrl url, NSDictionary options ) : CGImageSource
url MonoMac.Foundation.NSUrl
options NSDictionary
Résultat CGImageSource

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void