C# Class AffdexMe.DrawingCanvas

Inheritance: System.Windows.Controls.Canvas
Afficher le fichier Open project: Affectiva/affdexme-win

Méthodes publiques

Méthode Description
DrawingCanvas ( ) : System

Initializes a new instance of the DrawingCanvas class.

NameMappings ( String classifierName ) : String

Méthodes protégées

Méthode Description
OnRender ( System dc ) : void

Draws the content of a T:System.Windows.Media.DrawingContext object during the render pass of a T:System.Windows.Controls.Panel element.

Private Methods

Méthode Description
ConcatInt ( int x, int y ) : string
loadImage ( string name, string extension = "png" ) : BitmapImage

Method Details

DrawingCanvas() public méthode

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

NameMappings() public méthode

public NameMappings ( String classifierName ) : String
classifierName String
Résultat String

OnRender() protected méthode

Draws the content of a T:System.Windows.Media.DrawingContext object during the render pass of a T:System.Windows.Controls.Panel element.
protected OnRender ( System dc ) : void
dc System The object to draw.
Résultat void