GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDrawing Class
/
InsertLineFrom Method
/ InsertLineFrom(Int32,PointF) Method
the destination index of the line
the starting point of the new line
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
InsertLineFrom(Int32,PointF) Method
In This Topic
Insert a straight line segment into this shape that will end at the given index.
Syntax
C#
public
void
InsertLineFrom(
int
i
,
PointF
p
)
Parameters
i
the destination index of the line
p
the starting point of the new line
Remarks
IsSegmentIndex
should be true for the given index
i
. Useful for attaching to the beginning of figures.
See Also
Reference
GoDrawing Class
GoDrawing Members
Overload List