dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #11338] Graphics.FillPath does not really fill w


From: Heiko Weiss
Subject: [Pnet-developers] [bugs #11338] Graphics.FillPath does not really fill with PathData
Date: Mon, 20 Dec 2004 06:50:29 +0000 (UTC)
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #11338] Latest Modifications:

Changes by: 
                Heiko Weiss <address@hidden>
'Date: 
                Mon 20.12.2004 at 05:53 (GMT)

------------------ Additional Follow-up Comments ----------------------------

Added a sample.
In sample there are 2 pictures, which shoes the result on windows and linux.
on windows it it filled, on linux not.






/**************************************************************************/
[bugs #11338] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11338>
Project: DotGNU Portable.NET
Submitted by: Heiko Weiss
On: Fre 17.12.2004 at 07:52

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Privacy:  Public
Assigned to:  None
Status:  Open


Summary:  Graphics.FillPath does not really fill with PathData

Original Submission:  
Graphics.FillPath( Brush, GraphicsPath ) does not fill the Path just draws the 
path.
I have a lot of Beziers in the Graphics Path, none is filled.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Mon 20.12.2004 at 05:53       By: Heiko Weiss <brubbel>

Added a sample.
In sample there are 2 pictures, which shoes the result on windows and linux.
on windows it it filled, on linux not.

-------------------------------------------------------
Date: Sam 18.12.2004 at 03:16       By: Deryk Robosson <drobosson>
Using the following code seems to work okay (overridden OnPaint method).  Got a 
test case we can try?

// Create solid brush.
SolidBrush redBrush = new SolidBrush(Color.Red);
// Create graphics path object and add lines
GraphicsPath graphPath = new GraphicsPath();
graphPath.AddLine(0, 0, 200, 100);
graphPath.AddLine(80, 80, 150, 90);
graphPath.AddLine(150, 25, 30, 68);
// Fill graphics path to screen.
e.Graphics.FillPath(redBrush, graphPath);







File Attachments
-------------------

-------------------------------------------------------
Date: Mon 20.12.2004 at 05:53  Name: TestPaint.zip  Size: 13,68KB   By: brubbel
Sample
http://savannah.gnu.org/bugs/download.php?item_id=11338&amp;item_file_id=1987






For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11338>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]