Win2D for WinUI3 (Work in progress)
Win2D for WinUI3 (Work in progress)
API Reference
Microsoft.Graphics.Canvas.Geometry
ICanvasPathReceiver Interface
ICanvasPathReceiver Methods
AddArc Method
AddCubicBezier Method
AddLine Method
AddQuadraticBezier Method
BeginFigure Method
EndFigure Method
SetFilledRegionDetermination Method
SetSegmentOptions Method
ICanvasPathReceiver
AddLine Method
Signals a line to the app.
Namespace:
Microsoft.Graphics.Canvas.Geometry
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
Copy
void
AddLine
(
Vector2
endPoint
)
Parameters
endPoint
Type:
System.Numerics
Vector2
See Also
Reference
ICanvasPathReceiver Interface
Microsoft.Graphics.Canvas.Geometry Namespace
Copyright (c) Microsoft Corporation. All rights reserved.