C# Класс 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 .

Наследование: Object
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_oFileNames String>.Dictionary
m_oImageSizePx System.Drawing.Size
m_sFolder String

Открытые методы

Метод Описание
TemporaryImages ( ) : System

Initializes a new instance of the TemporaryImages class.

Приватные методы

Метод Описание
AssertValid ( ) : void

Описание методов

TemporaryImages() публичный Метод

Initializes a new instance of the TemporaryImages class.
public TemporaryImages ( ) : System
Результат System

Описание свойств

m_oFileNames защищенное свойство

protected Dictionary m_oFileNames
Результат String>.Dictionary

m_oImageSizePx защищенное свойство

protected Size,System.Drawing m_oImageSizePx
Результат System.Drawing.Size

m_sFolder защищенное свойство

protected String m_sFolder
Результат String