Bug SS-108
1 vote

MathRegion.DrawToBitmap vs Optimization

Created by Davide on 4/13/2014 1:06 PM Last Updated by Davide on 4/15/2014 3:16 PM
%
 (hrs)
Logged: 0   (hrs)

 Description

Seems that MathRegion.DrawToBitmap doesn't take care of the Optimization attribute. This is by design?

 

Example:

MathRegion mr = new MathRegion();
mr.Terms = this.ListValues[n];
mr.Font = this.Font;
mr.Optimization = OptimizationType.Numeric; // <(--- symbolic or numeric nothing change
mr.PrePainter();
 
mr.DrawToBitmap(e.Graphics, new Point(mr_posX, mr_posY));
mr.Dispose();
There are no comments for this issue.