C# Class MonoMac.CoreGraphics.CGDataProvider

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

Méthodes publiques

Méthode Description
CGDataProvider ( IntPtr memoryBlock, int size ) : System
CGDataProvider ( IntPtr memoryBlock, int size, bool ownBuffer ) : System
CGDataProvider ( byte buffer, int offset, int count ) : System
CGDataProvider ( string file ) : System
CopyData ( ) : NSData
Dispose ( ) : void
FromFile ( string file ) : CGDataProvider

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CGDataProvider ( IntPtr handle ) : System
CGDataProvider ( IntPtr handle, bool owns ) : System
CGDataProviderCopyData ( IntPtr handle ) : IntPtr
CGDataProviderCreateWithData ( IntPtr info, IntPtr data, int size, IntPtr releaseData ) : IntPtr
CGDataProviderCreateWithFilename ( string filename ) : IntPtr
CGDataProviderRelease ( IntPtr handle ) : void
CGDataProviderRetain ( IntPtr handle ) : void

Method Details

CGDataProvider() public méthode

public CGDataProvider ( IntPtr memoryBlock, int size ) : System
memoryBlock System.IntPtr
size int
Résultat System

CGDataProvider() public méthode

public CGDataProvider ( IntPtr memoryBlock, int size, bool ownBuffer ) : System
memoryBlock System.IntPtr
size int
ownBuffer bool
Résultat System

CGDataProvider() public méthode

public CGDataProvider ( byte buffer, int offset, int count ) : System
buffer byte
offset int
count int
Résultat System

CGDataProvider() public méthode

public CGDataProvider ( string file ) : System
file string
Résultat System

CopyData() public méthode

public CopyData ( ) : NSData
Résultat NSData

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

FromFile() public static méthode

public static FromFile ( string file ) : CGDataProvider
file string
Résultat CGDataProvider