Frank Hileman's WebLog
Vector Graphics with VG.net and Visual Studio Integration
-
Use the same MyXaml file for Windows Forms and Web Forms
Marc Clifton and Justin Dunlap used MyXaml and some xlst generate both a Windows Forms user interface and a web interface from the same xml file. Read about it on CodeProject:
-
WDevs.com: Free Blog Hosting, Email, Forums, FTP Space, for Windows Developers
If you are a Windows developer check out www.wdevs.com. Anders Molin is offering blog hosting, email accounts (POP3, SMTP, and web mail), forums for your small product or projects, ftp space, product listings with full descriptions, all for free. A great resource!
-
Vote to Remove Enum.IsDefined From All System.Drawing Members
Enum.IsDefined is an expensive call taking a significant amount of time, and boxing (allocating memory) on every call. There are numerous System.Drawing property setters that call Enum.IsDefined. Officially, Enum.IsDefined is recognized by MS as a problem and now its usage violates official .NET Framework Design Guidelines.
-
Building a Gel Ellipse; TwoColorBell Explained
-
Working on Basic 3D Effect Shapes
-
Viewing VG.net Data Types in the Debugger: Vector, PathPoint, Scaling, FSize, FRectangle, etc.
We have a file you can download to display the members of custom data types in VG.net without having to expand in the watch window. Not only is the watch window easier to use, you will be able to hold the mouse over a variable and see a tooltip displaying the contents.
-
How to Build Vector Graphics Raindrops
-
Analog Vector Graphics Clock in VG.net: Now with Path Gradients
-
VG.net Vector Graphics System 2.2 Released
-
Success! Fast PathGradientFills!