Creates a new path object, and initializes it with the contents of this path object. If the aCanvas parameter is nil, the new path uses the current path's Owner.
Namespace: RSGdiPlusGraphics
Delphi |
public |
Parameters
aCanvas
Type: TRSGPCanvas
Type: TRSGPPath
It is the responsibility of the calling routine to free the new path, though if the path has a Owner canvas, the Owner will eventually free the path when the canvas is destroyed |
Reference•Owner |