Page 1 of 1

Math Support

Posted: Fri Mar 29, 2024 10:55 pm
by fara2000
Hello Expert
I have TRichView version v12.0.2 installed on my computer. My question is:
How can I convert the RVMathItem expression to a bitmap using delphi?
Thank you in advance!

Re: Math Support

Posted: Sat Mar 30, 2024 6:55 pm
by Sergey Tkachenko
TRVMathItemInfo has AsBitmap method:
function TRVMathItemInfo.AsBitmap(RVData: TCustomRVData; FillColor: TColor): TBitmap;

Re: Math Support

Posted: Sun Mar 31, 2024 8:53 pm
by fara2000
Excellent> Thank you very much