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
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_oFileNames String>.Dictionary
m_oImageSizePx System.Drawing.Size
m_sFolder String

Méthodes publiques

Méthode Description
TemporaryImages ( ) : System

Initializes a new instance of the TemporaryImages class.

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

TemporaryImages() public méthode

Initializes a new instance of the TemporaryImages class.
public TemporaryImages ( ) : System
Résultat System

Property Details

m_oFileNames protected_oe property

protected Dictionary m_oFileNames
Résultat String>.Dictionary

m_oImageSizePx protected_oe property

protected Size,System.Drawing m_oImageSizePx
Résultat System.Drawing.Size

m_sFolder protected_oe property

protected String m_sFolder
Résultat String