Base:
method
BeginFigure
System.Windows.Media.StreamGeometryContext.BeginFigure(System.Windows.Point, System.Boolean, System.Boolean)
4 references to BeginFigure
PresentationCore (4)
System\Windows\Media\EllipseGeometry.cs (1)
313
ctx.
BeginFigure
(points[0], isFilled: true, isClosed: true);
System\Windows\Media\LineGeometry.cs (1)
247
ctx.
BeginFigure
(StartPoint, isFilled: true, isClosed: false);
System\Windows\Media\RectangleGeometry.cs (2)
416
ctx.
BeginFigure
(points[0], isFilled: true, isClosed: true);
427
ctx.
BeginFigure
(rect.TopLeft, isFilled: true, isClosed: true);