Frequently Asked Component Specific Questions
Options |
|
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>

TMS Diagram StudioUsing a metafile as block
with atDiagram1.Blocks[0] do
begin
Shape := bsNoShape;
Metafile.LoadFromFile('mymetafile.wmf');
end;
atDiagram1.GraphicLib := dglGdiPlus;