GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDrawing Class
/
InsertLineTo Method
/ InsertLineTo(Int32,Single,Single) Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
InsertLineTo(Int32,Single,Single) Method
In This Topic
Insert a straight line segment into this shape at the given index.
Syntax
C#
public
void
InsertLineTo(
int
i
,
float
x
,
float
y
)
Parameters
i
x
y
Remarks
This just calls
InsertLineTo(Int32,PointF)
.
See Also
Reference
GoDrawing Class
GoDrawing Members
Overload List