C# Class SampleApp.Controls.DrawingCanvas

Inheritance: System.Windows.Controls.UserControl
Show file Open project: accord-net/framework Class Usage Examples

Public Properties

Property Type Description
IsActiveProperty System.Windows.DependencyProperty
UserFeaturesProperty System.Windows.DependencyProperty

Public Methods

Method Description
Clear ( ) : void
DrawingCanvas ( ) : System
ToFeatures ( Bitmap bmp ) : double[]

Private Methods

Method Description
getFeatures ( ) : double[]
timer_Tick ( object sender, EventArgs e ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

DrawingCanvas() public method

public DrawingCanvas ( ) : System
return System

ToFeatures() public static method

public static ToFeatures ( Bitmap bmp ) : double[]
bmp System.Drawing.Bitmap
return double[]

Property Details

IsActiveProperty public static property

public static DependencyProperty,System.Windows IsActiveProperty
return System.Windows.DependencyProperty

UserFeaturesProperty public static property

public static DependencyProperty,System.Windows UserFeaturesProperty
return System.Windows.DependencyProperty