* Pen.cs: Modified exception message. Fixed Transform, DashPattern,
authorRavindra <ravindra@mono-cvs.ximian.com>
Tue, 4 May 2004 14:11:34 +0000 (14:11 -0000)
committerRavindra <ravindra@mono-cvs.ximian.com>
Tue, 4 May 2004 14:11:34 +0000 (14:11 -0000)
commit238da299bc118d395ef4e5b88226decf3139721e
tree4b5ade5e1fb94e7b035fef28b4c434aa88770297
parenta75d2e4a417c1294b11833c8574b533af9fb17e1
* Pen.cs: Modified exception message. Fixed Transform, DashPattern,
and DashCap properties. Implementing CoumpoundArray, StartCap, EndCap
properties and SetLineCap method. In constructors use IntPtr instead
of int.
* SolidBrush.cs: Modified exception message.
* TextureBrush.cs: Fixed Transform property.
* gdipFunctions.cs: Fixed P/Invokes for Pen.cs, TextureBrush.cs and
LinearGradientBrush.cs.

svn path=/trunk/mcs/; revision=26697
mcs/class/System.Drawing/System.Drawing/ChangeLog
mcs/class/System.Drawing/System.Drawing/Pen.cs
mcs/class/System.Drawing/System.Drawing/SolidBrush.cs
mcs/class/System.Drawing/System.Drawing/TextureBrush.cs
mcs/class/System.Drawing/System.Drawing/gdipFunctions.cs