Base:
method
LineTo
System.Windows.Media.StreamGeometryContext.LineTo(System.Windows.Point, System.Boolean, System.Boolean)
7 references to LineTo
PresentationCore (7)
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
280
ctx.
LineTo
(EndPoint, true /* is stroked */, false /* is smooth join */);
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (6)
446
ctx.
LineTo
(points[4], true /* is stroked */, false /* is smooth join */);
448
ctx.
LineTo
(points[8], true /* is stroked */, false /* is smooth join */);
450
ctx.
LineTo
(points[12], true /* is stroked */, false /* is smooth join */);
456
ctx.
LineTo
(Rect.TopRight, true /* is stroked */, false /* is smooth join */);
457
ctx.
LineTo
(Rect.BottomRight, true /* is stroked */, false /* is smooth join */);
458
ctx.
LineTo
(Rect.BottomLeft, true /* is stroked */, false /* is smooth join */);