This property sets whether or not white is displayed as black and black is displayed as white in DXF images

[C++Builder]   imagekitcontrolname->Layer[Index]->DXFBlack[ = bool ]
[Delphi]   imagekitcontrolname.Layer[Index].DXFBlack[ = Boolean ]

* The index can range from 0 to 99

Reference

Value Explanation
True Black is displayed as white and white is displayed as black in DXF images (default)
False The DXF images is displayed as normal

Explanation

The DXFBlack property sets whether or not white is displayed as black and black is displayed as white in DXF images. The default value is True. When this property is true, black and white are exchanged when the DXF image is displayed. This is useful when white lines are draw in DXF data. If they are displayed normally on a white display control then the white lines will not appear.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation