Namespace > IC.PhotoController Namespace > Classes > ParamConfig Class
PhotoController 2.2
ContentsIndexHome
PreviousUpNext
ParamConfig Class

Reads the parameters configuration of filters. This class cannot be inherited. 

Each filter might contain several parameters, and their values might have a certain range. All of them are different. And these information shall be public and available to read in order to validate the user input.

C++
public: class ParamConfig : public IDisposable;
C#
public sealed class ParamConfig : IDisposable;
Visual Basic
Public sealed Class ParamConfig
Inherits IDisposable

The configuration file is an XML format that is embedded in the assembly.

IC.PhotoController.ParamConfig

ConfigUtil.cs

Send comments about this topic.
Copyright (c) 2008-2009 @ ImageComponent.NET. All rights reserved.