C# 클래스 ME3Explorer.CurveEd.BezierSegment

상속: System.Windows.Shapes.Shape
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Slope1Property System.Windows.DependencyProperty
Slope2Property System.Windows.DependencyProperty
X1Property System.Windows.DependencyProperty
X2Property System.Windows.DependencyProperty
Y1Property System.Windows.DependencyProperty
Y2Property System.Windows.DependencyProperty
graph CurveGraph

공개 메소드들

메소드 설명
BezierSegment ( ) : System
BezierSegment ( CurveGraph g ) : System

비공개 메소드들

메소드 설명
OnChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

BezierSegment() 공개 메소드

public BezierSegment ( ) : System
리턴 System

BezierSegment() 공개 메소드

public BezierSegment ( CurveGraph g ) : System
g CurveGraph
리턴 System

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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

graph 공개적으로 프로퍼티

public CurveGraph,ME3Explorer.CurveEd graph
리턴 CurveGraph