C# Class Smrf.AppLib.ImageFormatControl

Show file Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oImageFormat ImageFormat
m_oImageSizePx Size

Public Methods

Method Description
ImageFormatControl ( ) : System

Initializes a new instance of the ImageFormatControl class.

Validate ( ) : Boolean

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : Boolean

Private Methods

Method 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 method

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

DoDataExchange() protected method

protected DoDataExchange ( Boolean bFromControls ) : Boolean
bFromControls Boolean
return Boolean

ImageFormatControl() public method

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

Validate() public method

public Validate ( ) : Boolean
return Boolean

Property Details

m_oImageFormat protected property

protected ImageFormat m_oImageFormat
return ImageFormat

m_oImageSizePx protected property

protected Size m_oImageSizePx
return Size