Table of Contents

Method DrawPath

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

DrawPath(Pen, GraphicsPath)

Draws a GraphicsPath.

public abstract void DrawPath(Pen pen, GraphicsPath path)

Parameters

pen Pen

Pen that determines the color, width, and style of the path.

path GraphicsPath

GraphicsPath to draw.