Parametric2D Drawing Components are visual components usable with Borland C++Builder and Delphi.
The main idea of using Parametric2D Drawing Components is to compile graphical drawings with the executables and to be able to modify the shapes of the drawings at runtime according to new variables. Instead of having static image with dimensions prompting the user to enter some values with Parametric2D Drawing Components you get a drawing that changes with the new entered values and gives visual control and understanding of the input for the user.
The Parametric2D Drawing Components version 1.0 by now consists of two components that are TParView and TParModel.
The minimum steps required to add Parametric2D Drawing functionality to a form enough to follow these steps:
The view is not notified when the variables or description of the model change. To see the changes you have to enforce the TParView to invalidate. If you are in design time you can select the model again in the Model property of TParView or force the form to repaint itself somehow. At runtime you can call the Invalidate method of TParView or Paint method immediately after you make changes to the TParModel.
Download free binary and source
« Back to Demos


