C# Class CSharpSamplePlugin.SampleImageSource

Inheritance: AbstractImageSource
Afficher le fichier Open project: kc5nra/CLRHostPluginOld

Méthodes publiques

Méthode Description
Dispose ( ) : void
Render ( float x, float y, float width, float height ) : void
SampleImageSource ( XElement config ) : System
UpdateSettings ( ) : void

Private Methods

Méthode Description
LoadTexture ( String imageFile ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Render() public méthode

public Render ( float x, float y, float width, float height ) : void
x float
y float
width float
height float
Résultat void

SampleImageSource() public méthode

public SampleImageSource ( XElement config ) : System
config XElement
Résultat System

UpdateSettings() public méthode

public UpdateSettings ( ) : void
Résultat void