Hi everyone,
Is there an easy way to script such a component? I couldn´t find the Firefly.Bridge documentation.
Thanks!
Victor
Hi everyone,
Is there an easy way to script such a component? I couldn´t find the Firefly.Bridge documentation.
Thanks!
Victor
Are you just trying to convert a Firefly_Bitmap to a System.Bitmap? There is a property on the Firefly_Bitmap class called WBitmap
which will return a standard System.Bitmap. Does that help?
Thank you, Andy!
It did the job well!