DWF files TGraphic class
TsgDWFImage = class(TsgCADImage)
Unit
Description
Main class TsgDWFImage is a descendant of TsgCADImage (which is a descendant of TGraphic) and overrides it methods. TsgDWFImage can be used in TImage control for displaying and navigation DWF drawings.
After loading a DWF file, its separate DWF/DXF entities are accessible through the Converter property and its indexed property Entities. All entities are descendants of TsgDXFEntity. For example, the TEXT entity has TsgDXFText type, etc. In other words, the entities are common for both DXF and DWG.
Go to CAD VCL Enterprise