Draws a line segment connecting two points.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
void DrawLine ( |
Visual Basic
Copy Code
|
|---|
Sub DrawLine( _ |
A Microsoft.Maui.Graphics.Point that represents the first point to connect.
A Microsoft.Maui.Graphics.Point that represents the second point to connect.
See Also