C# Class Smrf.NodeXL.ExcelTemplate.TemporaryImages

Keeps track of temporary images that have been created in a temporary folder.
This is meant for use by classes that create a temporary folder containing temporary images for use by another class.

If a temporary folder is created, store its path in the property. If one or more temporary images are created in the folder, store their file names in the dictionary returned by FileNames, and store their size in .

Inheritance: Object
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_oFileNames String>.Dictionary
m_oImageSizePx System.Drawing.Size
m_sFolder String

Public Methods

Method Description
TemporaryImages ( ) : System

Initializes a new instance of the TemporaryImages class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

TemporaryImages() public method

Initializes a new instance of the TemporaryImages class.
public TemporaryImages ( ) : System
return System

Property Details

m_oFileNames protected_oe property

protected Dictionary m_oFileNames
return String>.Dictionary

m_oImageSizePx protected_oe property

protected Size,System.Drawing m_oImageSizePx
return System.Drawing.Size

m_sFolder protected_oe property

protected String m_sFolder
return String