GraphicsPathIterator.GraphicsPathIterator

GraphicsPathIterator constructor

Initializes a new instance of the GraphicsPathIterator class.

public GraphicsPathIterator(GraphicsPath path)
ParameterTypeDescription
pathGraphicsPathThe GraphicsPath object for which this helper class is to be initialized.

See Also