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.
public: class ParamConfig : public IDisposable;
public sealed class ParamConfig : IDisposable;
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.
|