DrawingContext::DrawLine Method (Pen^, Point, AnimationClock^, Point, AnimationClock^)
.NET Framework (current version)
Draws a line between the specified points using the specified Pen and applies the specified animation clocks.
Assembly: PresentationCore (in PresentationCore.dll)
public: virtual void DrawLine( Pen^ pen, Point point0, AnimationClock^ point0Animations, Point point1, AnimationClock^ point1Animations ) abstract
Parameters
- pen
-
Type:
System.Windows.Media::Pen^
The pen to stroke the line.
- point0
-
Type:
System.Windows::Point
The start point of the line.
- point0Animations
-
Type:
System.Windows.Media.Animation::AnimationClock^
The clock with which to animate the start point of the line, or null for no animation. This clock must be created from an AnimationTimeline that can animate Point objects.
- point1
-
Type:
System.Windows::Point
The end point of the line.
- point1Animations
-
Type:
System.Windows.Media.Animation::AnimationClock^
The clock with which to animate the end point of the line, or null for no animation. This clock must be created from an AnimationTimeline that can animate Point objects.
.NET Framework
Available since 3.0
Available since 3.0
Show: