BackgroundColor and DefaultColor example  

  Examples >

BackgroundColor and DefaultColor example  

Previous pageReturn to chapter overviewNext page

The following example demonstrates how to display a drawing with default Black entities on the white Background and how to display a drawing with default White entities on the black Background.

 

TsgCADImage.BackgroundColor

TsgCADImage.DefaultColor

 

BackgroundColor := clWhite;

DefaultColor := clBlack;

bm8

BackgroundColor := clBlack;

DefaultColor := clWhite;

bm9

Go to CAD VCL Enterprise