[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds a new path to the document
Source position: fpvectorial.pas line 337
public procedure TvVectorialPage.AddPathCopyMem( |
APath: TPath |
); |
APath |
|
The path to be copied and added |
This method will copy the path provided and add this copy to the document. Therefore one should take care of releasing a path after adding it to the document with this method. To add a path by reference use AddEntity.
AddEntity |