Hi,
About the transparent color of ImageDef
I'm looking for DXF Reference.
Please tell me the URL.
Best Regards,
Ryosuke Hayami
DXF ImageDef TransparentColor
Moderators: SDS, support, admin
Re: DXF ImageDef TransparentColor
Hi,
ImageDef doesn't have such a property. The TransparentColor property is availabe for TsgDXFImageEnt.
This property is available for our entities only (in the original DXF/DWG formats such property doesn't exist). The TransparentColor property is defined while reading the entity and after loading an image.
Kind regards,
Catherine.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: DXF ImageDef TransparentColor
Thanks, that's helpful.
Hi,
ImageDef doesn't have such a property. The TransparentColor property is availabe for TsgDXFImageEnt.
This property is available for our entities only (in the original DXF/DWG formats such property doesn't exist). The TransparentColor property is defined while reading the entity and after loading an image.
Kind regards,
Catherine.
I have one more question.
Is there a property to disable TransparentColor?
Best Regards,
Ryosuke Hayami
Last edited by hayami on 11 Oct 2023, 07:55, edited 2 times in total.
Re: DXF ImageDef TransparentColor
Hello,
Thank you for the question.
Please use the example below to disable TransparentColor:
property Transparency: Boolean read GetTransparency write SetTransparency;
property TransparentColor: Cardinal read GetTransparentColor write SetTransparentColor;
Best regards,
Suraya
Thank you for the question.
Please use the example below to disable TransparentColor:
property Transparency: Boolean read GetTransparency write SetTransparency;
property TransparentColor: Cardinal read GetTransparentColor write SetTransparentColor;
Best regards,
Suraya
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: DXF ImageDef TransparentColor
Hi.support wrote: ↑12 Oct 2023, 11:08Hello,
Thank you for the question.
Please use the example below to disable TransparentColor:
property Transparency: Boolean read GetTransparency write SetTransparency;
property TransparentColor: Cardinal read GetTransparentColor write SetTransparentColor;
Best regards,
Suraya
Thank you for the information.
Best regards,
Hayami
Re: DXF ImageDef TransparentColor
Thank you for the information.
Edit: It resolved my issue
Edit: It resolved my issue

Last edited by SalemBass on 27 Mar 2024, 08:20, edited 1 time in total.