Retrieves a GdxFilter given its key

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GdxFilter GetFilter(
	string key
)
Visual Basic
Public Function GetFilter ( _
	key As String _
) As GdxFilter
JScript
public function GetFilter(
	key : String
) : GdxFilter

Parameters

key
Type: System..::..String

See Also