C# Class Quelea.LoadImage

Inheritance: AbstractComponent
Mostrar archivo Open project: lxfschr/Quelea

Public Methods

Method Description
LoadImage ( ) : System.Drawing

Protected Methods

Method Description
GetInputs ( IGH_DataAccess da ) : bool
RegisterInputParams ( GH_InputParamManager pManager ) : void
RegisterOutputParams ( GH_OutputParamManager pManager ) : void
SetOutputs ( IGH_DataAccess da ) : void

Method Details

GetInputs() protected method

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
return bool

LoadImage() public method

public LoadImage ( ) : System.Drawing
return System.Drawing

RegisterInputParams() protected method

protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
return void

RegisterOutputParams() protected method

protected RegisterOutputParams ( GH_OutputParamManager pManager ) : void
pManager GH_OutputParamManager
return void

SetOutputs() protected method

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
return void