C# 클래스 AddMaterials.View.Controls.FillPatternViewerControlWpf

Interaction logic for FillPatternViewerControlWpf.xaml
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: jeremytammik/AddMaterials

공개 프로퍼티들

프로퍼티 타입 설명
FillPatternProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
FillPatternViewerControlWpf ( ) : System
GetFillPattern ( DependencyObject obj ) : FillPattern
LineIntersectsRect ( System p1, System p2, Rectangle r ) : bool
LineIntersectsRect ( System.Drawing.Drawing2D.Matrix rayMatrix, Rectangle r ) : bool
Regenerate ( ) : void
SetFillPattern ( DependencyObject obj, FillPattern value ) : void

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

비공개 메소드들

메소드 설명
CreateFillPatternImage ( ) : void
DrawFillPattern ( Graphics g ) : void
GetDistance ( PointF point1, PointF point2 ) : double
LineIntersectsLine ( System l1p1, System l1p2, System l2p1, System l2p2 ) : bool
OnFillPatternChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RadianToGradus ( double radian ) : double

메소드 상세

FillPatternViewerControlWpf() 공개 메소드

public FillPatternViewerControlWpf ( ) : System
리턴 System

GetFillPattern() 공개 메소드

public GetFillPattern ( DependencyObject obj ) : FillPattern
obj System.Windows.DependencyObject
리턴 FillPattern

LineIntersectsRect() 공개 메소드

public LineIntersectsRect ( System p1, System p2, Rectangle r ) : bool
p1 System
p2 System
r System.Drawing.Rectangle
리턴 bool

LineIntersectsRect() 공개 메소드

public LineIntersectsRect ( System.Drawing.Drawing2D.Matrix rayMatrix, Rectangle r ) : bool
rayMatrix System.Drawing.Drawing2D.Matrix
r System.Drawing.Rectangle
리턴 bool

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

Regenerate() 공개 메소드

public Regenerate ( ) : void
리턴 void

SetFillPattern() 공개 메소드

public SetFillPattern ( DependencyObject obj, FillPattern value ) : void
obj System.Windows.DependencyObject
value FillPattern
리턴 void

프로퍼티 상세

FillPatternProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows FillPatternProperty
리턴 System.Windows.DependencyProperty