Base:
method
LineTo
System.Windows.Media.StreamGeometryContext.LineTo(System.Windows.Point, System.Boolean, System.Boolean)
7 references to LineTo
PresentationCore (7)
System\Windows\Media\LineGeometry.cs (1)
263
ctx.
LineTo
(EndPoint, true /* is stroked */, false /* is smooth join */);
System\Windows\Media\RectangleGeometry.cs (6)
431
ctx.
LineTo
(points[4], true /* is stroked */, false /* is smooth join */);
433
ctx.
LineTo
(points[8], true /* is stroked */, false /* is smooth join */);
435
ctx.
LineTo
(points[12], true /* is stroked */, false /* is smooth join */);
441
ctx.
LineTo
(rect.TopRight, true /* is stroked */, false /* is smooth join */);
442
ctx.
LineTo
(rect.BottomRight, true /* is stroked */, false /* is smooth join */);
443
ctx.
LineTo
(rect.BottomLeft, true /* is stroked */, false /* is smooth join */);