Glossary Item Box

LabDevTools Send comments on this topic.

DrawPath Method

It draws an object GraphicsPath.

 

[Visual Basic]
Public Sub DrawPath(ByVal Path As GraphicsPath, ByVal Color As Color)
  
[C#]
public void DrawPath(GraphicsPath Path, Color Color);

 

    Parameters:

Path 
    Object GraphicsPath to draw.
 
Color
Color with that comes drawn the object GraphicsPath.

    Return value:

None.

See also:

Clear | DrawArc | DrawClosedSpline | DrawEllipse | DrawLines | DrawPoint | DrawPolygon | DrawRectangle | DrawSpline | FillClosedSpline | FillEllipse | FillPath | FillPolygon | FillRectangle | SavePicture

 


Copyright © 2007 LabDevTools. All Rights Reserved.