private IRenderer getRenderer(IImageFunction imf, int width, int height) { IRenderer rend = FormSupport.getRenderer(imf, (int)NumericSupersampling.Value, CheckJitter.Checked ? 1.0 : 0.0, TextParam.Text); rend.Width = width; rend.Height = height; rend.Adaptive = 8; rend.ProgressData = progress; return(rend); }
private IRenderer getRenderer() { return(FormSupport.getRenderer((int)NumericSupersampling.Value, CheckJitter.Checked ? 1.0 : 0.0, TextParam.Text)); }