Archive

Posts Tagged ‘Graphics’

DXCore Services – Adornments

June 13th, 2012 Comments off

The Adornments DXCore service provides access to the graphic adornments architecture.

Read more…

Refactorings for graphics – Convert to Size

March 23rd, 2012 Comments off

The Convert to Size refactoring from DevExpress Refactor! Pro consolidates selected numeric parameters into a System.Drawing.Size (System.Windows.Size in WPF projects) or SizeF object. It might be useful to combine two parameters into a single parameter, reducing the overall number of method parameters and increasing code readability.

Read more…

DXCore Services – Graphics

October 31st, 2011 Comments off

The Graphics DXCore Service provides methods for GDI graphic manipulation.

Read more…