Table of Contents

Method EndFigure

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

EndFigure(FigureEnd)

Ends the current figure; optionally, closes it.

void EndFigure(FigureEnd figureEnd)

Parameters

figureEnd FigureEnd

A value that indicates whether the current figure is closed. If the figure is closed, a line is drawn between the current point and the start point specified by BeginFigure(Point2Float, FigureBegin).