GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoShape Class
/ MakePath Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
MakePath Method (GoShape)
In This Topic
Produce a
GraphicsPath
representing this shape.
Syntax
C#
public
virtual
GraphicsPath
MakePath()
Return Value
a newly allocated
GraphicsPath
Remarks
The result of this method is not necessarily the whole path used by the
Paint
method. In fact,
Paint
or
ContainsPoint
or other methods might never call this method.
See Also
Reference
GoShape Class
GoShape Members