Base:
method
BezierTo
System.Windows.Media.StreamGeometryContext.BezierTo(System.Windows.Point, System.Windows.Point, System.Windows.Point, System.Boolean, System.Boolean)
5 references to BezierTo
PresentationCore (5)
System\Windows\Media\EllipseGeometry.cs (1)
317
ctx.
BezierTo
(points[i + 1], points[i + 2], points[i + 3], isStroked: true, isSmoothJoin: true);
System\Windows\Media\RectangleGeometry.cs (4)
416
ctx.
BezierTo
(points[1], points[2], points[3], isStroked: true, isSmoothJoin: false);
418
ctx.
BezierTo
(points[5], points[6], points[7], isStroked: true, isSmoothJoin: false);
420
ctx.
BezierTo
(points[9], points[10], points[11], isStroked: true, isSmoothJoin: false);
422
ctx.
BezierTo
(points[13], points[14], points[15], isStroked: true, isSmoothJoin: false);