Math Support

General TRichView support forum. Please post your questions here
Post Reply
fara2000
Posts: 39
Joined: Mon Sep 07, 2015 5:59 pm

Math Support

Post 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!
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Math Support

Post by Sergey Tkachenko »

TRVMathItemInfo has AsBitmap method:
function TRVMathItemInfo.AsBitmap(RVData: TCustomRVData; FillColor: TColor): TBitmap;
fara2000
Posts: 39
Joined: Mon Sep 07, 2015 5:59 pm

Re: Math Support

Post by fara2000 »

Excellent> Thank you very much
Post Reply