Overview
Closes the current subpath by drawing a straight line back to
the coordinates of the last MoveTo
. If the path is already
closed then it has no effect.
Inherited Attributes
javafx.ui.canvas.PathElement
public | name | type |
---|---|---|
absolute | Boolean |
javafx.ui.canvas.AbstractPathElement
public | name | type |
---|---|---|
path | Path |
Function Summary
- public addTo(gp: GeneralPath, ) : Void
Inherited Functions
javafx.ui.canvas.AbstractPathElement
- protected abstract addTo(gp: GeneralPath, ) : Void