17 references to _point1
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (17)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (17)
189
_point1
.X = startPoint.X;
190
_point1
.Y = startPoint.Y;
196
builder.BeginFigure(
_point1
, CanvasFigureFill.Default);
228
_point1
.X = x + width / 2;
233
_point1
.X = x;
239
_point1
.Y = y + height / 2;
244
_point1
.Y = x;
248
Draw(s => s.FillEllipse(
_point1
, radiusX, radiusY, CurrentState.PlatformFillBrush));
283
_point1
.X = (float)_rect.X;
284
_point1
.Y = (float)_rect.Y;
293
Draw(ctx => ctx.DrawTextLayout(textLayout,
_point1
, CurrentState.PlatformFontBrush));
361
_point1
.X = x;
362
_point1
.Y = y;
364
Draw(ctx => ctx.DrawTextLayout(textLayout,
_point1
, CurrentState.PlatformFontBrush));
577
_point1
.X = startPoint.X;
578
_point1
.Y = startPoint.Y;
584
builder.BeginFigure(
_point1
, CanvasFigureFill.Default);