C# Class Downsize.ImageConfigElement

Inheritance: System.Configuration.ConfigurationElement
显示文件 Open project: ChaseFlorell/Downsize

Private Properties

Property Type Description

Public Methods

Method Description
ImageConfigElement ( ) : System.Collections.Generic
ImageConfigElement ( string key, string pathFormat, double scale ) : System.Collections.Generic

Method Details

ImageConfigElement() public method

public ImageConfigElement ( ) : System.Collections.Generic
return System.Collections.Generic

ImageConfigElement() public method

public ImageConfigElement ( string key, string pathFormat, double scale ) : System.Collections.Generic
key string
pathFormat string
scale double
return System.Collections.Generic