'Declaration Public Function New( _
ByVal pathThe path.As System.Drawing.Drawing2D.GraphicsPath, _
ByVal penThe pen that should be used for drawing the object.As System.Drawing.Pen, _
ByVal brushThe brush that should be used for filling the object.As System.Drawing.Brush _
)
public PathGraphicObject(
System.Drawing.Drawing2D.GraphicsPath path,
System.Drawing.Pen pen,
System.Drawing.Brush brush
)
Parameters
- path
- The path.
- pen
- The pen that should be used for drawing the object.
- brush
- The brush that should be used for filling the object.