Hi EW Team,
I have a question regarding the SetMaxNoOfSubPaths method of the Graphics::Path class.
It is stated that "After modifying its size the affected path is empty". If Path P is with a number of subpath Np equal to 5, if we do P.SetMaxNoOfSubPaths(5), will the path be cleared (even though the number of subpath is the same as before) ?