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)
246
ctx.
LineTo
(EndPoint, true /* is stroked */, false /* is smooth join */);
System\Windows\Media\RectangleGeometry.cs (6)
416
ctx.
LineTo
(points[4], true /* is stroked */, false /* is smooth join */);
418
ctx.
LineTo
(points[8], true /* is stroked */, false /* is smooth join */);
420
ctx.
LineTo
(points[12], true /* is stroked */, false /* is smooth join */);
426
ctx.
LineTo
(rect.TopRight, true /* is stroked */, false /* is smooth join */);
427
ctx.
LineTo
(rect.BottomRight, true /* is stroked */, false /* is smooth join */);
428
ctx.
LineTo
(rect.BottomLeft, true /* is stroked */, false /* is smooth join */);