GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDrawing Class
/
LineTo Method
/ LineTo(Single,Single) Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
LineTo(Single,Single) Method
In This Topic
Extend the current figure by drawing a straight line to a point.
Syntax
C#
public
void
LineTo(
float
x
,
float
y
)
Parameters
x
y
Remarks
This just calls
LineTo(PointF)
.
See Also
Reference
GoDrawing Class
GoDrawing Members
Overload List