sgPaintBox
Moderators: SDS, support, admin
sgPaintBox
How can I install the TsgPaintBox component in Delphi 4? Are TsgPaintBox.ShowPoint and TsgPaintBox.Scale properties of TsgPaintBox?
Thank you,
Mikal
Thank you,
Mikal
Hi,
TsgPaintBox is an instance of TsgImage class.
To install TsgImage component:
1. Download CADImportVCL form: http://www.cadsofttools.com/download/CADImportVCL.zip
2. Upack CADImportVCL.zip.
3. Folder CADImportVCL\Delphi\Lib4 includes sgGrpVw4.dpk.
4. Run Delphi 4.
5. Open sgGrpVw4.dpk: File-> Open project-> select sgGrpVw4.dpk-> open sgGrpVw4.dpk.
6. Press install.
7. TsgImage component will be installed.
8. Search it on Soft Gold components tabpage.
Property TsgImage.Scale sets/gets scaling factor.
Function TsgImage.ShowPoint(const APoint: TFPoint; AScale: Extended; AExt: TFRect): Boolean draws part or the whole image basing on scale factor, desired point on the drawing and sizes of drawing.
It uses Scale parameter that is returned by Scale property.
Sergey.
please post questions to the forum or write to support@cadsofttools.com
TsgPaintBox is an instance of TsgImage class.
To install TsgImage component:
1. Download CADImportVCL form: http://www.cadsofttools.com/download/CADImportVCL.zip
2. Upack CADImportVCL.zip.
3. Folder CADImportVCL\Delphi\Lib4 includes sgGrpVw4.dpk.
4. Run Delphi 4.
5. Open sgGrpVw4.dpk: File-> Open project-> select sgGrpVw4.dpk-> open sgGrpVw4.dpk.
6. Press install.
7. TsgImage component will be installed.
8. Search it on Soft Gold components tabpage.
Property TsgImage.Scale sets/gets scaling factor.
Function TsgImage.ShowPoint(const APoint: TFPoint; AScale: Extended; AExt: TFRect): Boolean draws part or the whole image basing on scale factor, desired point on the drawing and sizes of drawing.
It uses Scale parameter that is returned by Scale property.
Sergey.
please post questions to the forum or write to support@cadsofttools.com
Hi, Mike!
For removing trial messages from the screen it is necessary to purchase the CAD import VCL.
You can buy it in 'no source' version via ShareIt, for ordering "source code version" please contact us by info@cadsofttools.com.
Sergey.
please post questions to the forum or write to support@cadsofttools.com
For removing trial messages from the screen it is necessary to purchase the CAD import VCL.
You can buy it in 'no source' version via ShareIt, for ordering "source code version" please contact us by info@cadsofttools.com.
Sergey.
please post questions to the forum or write to support@cadsofttools.com