[]
        
(Showing Draft Content)

C1.Util.XLPath.Draw

Draw Method

Draw(GcGraphics, Pen)

Draws a path defined by points and types.

Declaration
[CLSCompliant(false)]
public void Draw(GcGraphics graphics, Pen pen)
Parameters
Type Name Description
GcGraphics graphics

The graphics for drawing and filling.

Pen pen

The GrapeCity.Documents.Drawing.Pen used to stroke the specified path.

Draw(IRendering)

Draws ans fills a path defined by points and types.

Declaration
public void Draw(IRendering rendering)
Parameters
Type Name Description
IRendering rendering

The IRendering interface (instead graphics).