C# Class CSharpSamplePlugin.SampleImageSource

Inheritance: AbstractImageSource
Exibir arquivo Open project: kc5nra/CLRHostPluginOld

Public Methods

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

Private Methods

Method Description
LoadTexture ( String imageFile ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Render() public method

public Render ( float x, float y, float width, float height ) : void
x float
y float
width float
height float
return void

SampleImageSource() public method

public SampleImageSource ( XElement config ) : System
config XElement
return System

UpdateSettings() public method

public UpdateSettings ( ) : void
return void