C# 클래스 BlinkIDDemo.Rectangle

Control for displaying target rectangle
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: BlinkID/blinkid-windowsPhone

공개 메소드들

메소드 설명
AnimateOrientationChange ( OrientationChangedEventArgs e ) : void

Animates the rectangle on orientation change

InitBoxSize ( ) : void

Calculates initial rectangle dimensions (in portrait)

Rectangle ( ) : System

Default constructor Sets loaded event handler

비공개 메소드들

메소드 설명
Rectangle_Loaded ( object sender, RoutedEventArgs e ) : void

Handles loaded event

메소드 상세

AnimateOrientationChange() 공개 메소드

Animates the rectangle on orientation change
public AnimateOrientationChange ( OrientationChangedEventArgs e ) : void
e OrientationChangedEventArgs
리턴 void

InitBoxSize() 공개 메소드

Calculates initial rectangle dimensions (in portrait)
public InitBoxSize ( ) : void
리턴 void

Rectangle() 공개 메소드

Default constructor Sets loaded event handler
public Rectangle ( ) : System
리턴 System