class openfl.display.GraphicsEndFill implements IGraphicsFill implements IGraphicsData
Available on all platforms
Indicates the end of a graphics fill. Use a GraphicsEndFill object with the
Graphics.drawGraphicsData()
method.
Drawing a GraphicsEndFill object is the equivalent of calling the
Graphics.endFill()
method.