Board index » delphi » using Floodfill in printer

using Floodfill in printer

I have some non rectangular shapes which uses  some arcs.

Using Canvas.Floodfill works on the screen but when i need to print the
shape it does not fill the inside.

Is there any other method of doing this?.

 

Re:using Floodfill in printer


Yes, use clipping region.

Feng Yuan

Re:using Floodfill in printer


On Fri, 21 Apr 2000 00:24:13 -0000, "Alberto" <chap...@bellsouth.net>
wrote:

Quote
>I have some non rectangular shapes which uses  some arcs.

>Using Canvas.Floodfill works on the screen but when i need to print the
>shape it does not fill the inside.

Lots of printers do not understand the FloodFill method.

Quote
>Is there any other method of doing this?.

Do all your work on a BMP, then print the BMP.

Regards,
Chris Roberts

Re:using Floodfill in printer


I have a floodfill that acts upon an array of whatever.
Lookup my delphi pages.

Rene
--
Ing.Buero R.Tschaggelar - http://www.ibrtses.com

Other Threads