C# 클래스 Petzold.Media2D.ArrowLineBase

Provides a base class for ArrowLine and ArrowPolyline. This class is abstract.
상속: System.Windows.Shapes.Shape
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 프로퍼티들

프로퍼티 타입 설명
ArrowAngleProperty System.Windows.DependencyProperty
ArrowEndsProperty System.Windows.DependencyProperty
ArrowLengthProperty System.Windows.DependencyProperty
IsArrowClosedProperty System.Windows.DependencyProperty

보호된 프로퍼티들

프로퍼티 타입 설명
PathfigLine System.Windows.Media.PathFigure
Pathgeo System.Windows.Media.PathGeometry
PolysegLine System.Windows.Media.PolyLineSegment

공개 메소드들

메소드 설명
ArrowLineBase ( ) : System.Windows

Initializes a new instance of ArrowLineBase.

비공개 메소드들

메소드 설명
CalculateArrow ( System.Windows.Media.PathFigure pathfig, Point pt1, Point pt2 ) : System.Windows.Media.PathFigure

메소드 상세

ArrowLineBase() 공개 메소드

Initializes a new instance of ArrowLineBase.
public ArrowLineBase ( ) : System.Windows
리턴 System.Windows

프로퍼티 상세

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

Identifies the ArrowAngle dependency property.
public static DependencyProperty,System.Windows ArrowAngleProperty
리턴 System.Windows.DependencyProperty

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

Identifies the ArrowEnds dependency property.
public static DependencyProperty,System.Windows ArrowEndsProperty
리턴 System.Windows.DependencyProperty

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

Identifies the ArrowLength dependency property.
public static DependencyProperty,System.Windows ArrowLengthProperty
리턴 System.Windows.DependencyProperty

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

Identifies the IsArrowClosed dependency property.
public static DependencyProperty,System.Windows IsArrowClosedProperty
리턴 System.Windows.DependencyProperty

PathfigLine 보호되어 있는 프로퍼티

protected PathFigure,System.Windows.Media PathfigLine
리턴 System.Windows.Media.PathFigure

Pathgeo 보호되어 있는 프로퍼티

protected PathGeometry,System.Windows.Media Pathgeo
리턴 System.Windows.Media.PathGeometry

PolysegLine 보호되어 있는 프로퍼티

protected PolyLineSegment,System.Windows.Media PolysegLine
리턴 System.Windows.Media.PolyLineSegment