GraphicsPathIterator.HasCurve

GraphicsPathIterator.HasCurve method

Indicates whether the path associated with this GraphicsPathIterator contains a curve.

public bool HasCurve()

Return Value

This method returns true if the current subpath contains a curve; otherwise, false.

See Also