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
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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