C# 클래스 MineEdit.UIControls.Dial

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: N3X15/MineEdit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ConvertToAngle double
ConvertToPoint System.Drawing.PointF
Dial_MouseDown void
Dial_MouseMove void
DrawAngle void
DrawNightMarker void
Lerp double

공개 메소드들

메소드 설명
Dial ( ) : System

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
ConvertToAngle ( PointF point, PointF center ) : double
ConvertToPoint ( PointF offset, double angle, double radius ) : PointF
Dial_MouseDown ( object sender, MouseEventArgs e ) : void
Dial_MouseMove ( object sender, MouseEventArgs e ) : void
DrawAngle ( Graphics &g, double ang, Pen c ) : void
DrawNightMarker ( Graphics &g ) : void

Draw a transparent half-ellipse to mark the night side of the dial.

Lerp ( double frac, double a, double b ) : double

메소드 상세

Dial() 공개 메소드

public Dial ( ) : System
리턴 System

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void