[]
        
(Showing Draft Content)

C1.WPF.Word.C1WordDocument.DrawPath

DrawPath Method

DrawPath(Pen, Point[], byte[], bool)

Draws a path defined by points and types.

Declaration
public void DrawPath(Pen pen, Point[] points, byte[] types, bool close)
Parameters
Type Name Description
Pen pen

The Pen used to stroke the specified path.

Point[] points

The path points to draw.

byte[] types

The path types to draw.

bool close

Whether is closed path (figure) or not.