The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



DrawUnscaled


Unit:SDL_chemgrph
Class:TChemGraph
Declaration:property DrawUnscaled: boolean;

By default, TChemGraph always tries to fit the displayed structure into the given box. In order to switch off this feature, the property DrawUnscaled has to be set to TRUE. When DrawUnscaled is TRUE, the structure is displayed using the coordinates as they are stored in the Structure property.

Hint: The DrawUnscaled property is primarily intended for implementing user-specific editors. For simple display purposes DrawUnscaled should always be set to FALSE (which is the default value).


Last Update: 2023-Dec-14