C# Class Xwt.Drawing.NativeImageRef

Afficher le fichier Open project: mono/xwt Class Usage Examples

Méthodes publiques

Méthode Description
AddReference ( ) : void
LoadForToolkit ( Toolkit targetToolkit ) : NativeImageRef
NativeImageRef ( object backend, Toolkit toolkit ) : System
ReleaseReference ( bool disposing ) : void
SetCustomDrawSource ( ImageDrawCallback drawCallback ) : void
SetCustomLoaderSource ( IImageLoader imageLoader, string fileName, ImageTagSet tags ) : void
SetFileSource ( string file, ImageTagSet tags ) : void
SetResourceSource ( Assembly asm, string name, ImageTagSet tags ) : void
SetSources ( NativeImageSource sources ) : void
SetStockSource ( string stockID ) : void
SetStreamSource ( Func imageLoader ) : void

Method Details

AddReference() public méthode

public AddReference ( ) : void
Résultat void

LoadForToolkit() public méthode

public LoadForToolkit ( Toolkit targetToolkit ) : NativeImageRef
targetToolkit Toolkit
Résultat NativeImageRef

NativeImageRef() public méthode

public NativeImageRef ( object backend, Toolkit toolkit ) : System
backend object
toolkit Toolkit
Résultat System

ReleaseReference() public méthode

public ReleaseReference ( bool disposing ) : void
disposing bool
Résultat void

SetCustomDrawSource() public méthode

public SetCustomDrawSource ( ImageDrawCallback drawCallback ) : void
drawCallback ImageDrawCallback
Résultat void

SetCustomLoaderSource() public méthode

public SetCustomLoaderSource ( IImageLoader imageLoader, string fileName, ImageTagSet tags ) : void
imageLoader IImageLoader
fileName string
tags ImageTagSet
Résultat void

SetFileSource() public méthode

public SetFileSource ( string file, ImageTagSet tags ) : void
file string
tags ImageTagSet
Résultat void

SetResourceSource() public méthode

public SetResourceSource ( Assembly asm, string name, ImageTagSet tags ) : void
asm System.Reflection.Assembly
name string
tags ImageTagSet
Résultat void

SetSources() public méthode

public SetSources ( NativeImageSource sources ) : void
sources NativeImageSource
Résultat void

SetStockSource() public méthode

public SetStockSource ( string stockID ) : void
stockID string
Résultat void

SetStreamSource() public méthode

public SetStreamSource ( Func imageLoader ) : void
imageLoader Func
Résultat void