C# Class Smrf.AppLib.ImageFormatControl

Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_oImageFormat ImageFormat
m_oImageSizePx Size

Méthodes publiques

Méthode Description
ImageFormatControl ( ) : System

Initializes a new instance of the ImageFormatControl class.

Validate ( ) : Boolean

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : Boolean

Private Methods

Méthode Description
AssertValid ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

DoDataExchange() protected méthode

protected DoDataExchange ( Boolean bFromControls ) : Boolean
bFromControls Boolean
Résultat Boolean

ImageFormatControl() public méthode

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

Validate() public méthode

public Validate ( ) : Boolean
Résultat Boolean

Property Details

m_oImageFormat protected_oe property

protected ImageFormat m_oImageFormat
Résultat ImageFormat

m_oImageSizePx protected_oe property

protected Size m_oImageSizePx
Résultat Size