C# 클래스 AffdexMe.DrawingCanvas

상속: System.Windows.Controls.Canvas
파일 보기 프로젝트 열기: Affectiva/affdexme-win

공개 메소드들

메소드 설명
DrawingCanvas ( ) : System

Initializes a new instance of the DrawingCanvas class.

NameMappings ( String classifierName ) : String

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ConcatInt ( int x, int y ) : string
loadImage ( string name, string extension = "png" ) : BitmapImage

메소드 상세

DrawingCanvas() 공개 메소드

Initializes a new instance of the DrawingCanvas class.
public DrawingCanvas ( ) : System
리턴 System

NameMappings() 공개 메소드

public NameMappings ( String classifierName ) : String
classifierName String
리턴 String

OnRender() 보호된 메소드

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.
리턴 void