Related resources for Matrix class
  • Spiro Designer12/26/2005 5:00:45 AM. Spiro designer is a partial implementation of Spirograph. Spiro Designer uses the Matrix and GraphicsPath classes with their Transform and Rotate methods to build a spiro.
  • Virtual Voltmeter using GDI+ and GP-3 Board12/26/2005 2:31:54 AM. This is a less complex, nevertheless interesting example of how to use the same board to create a simple voltmeter.
  • The Matrix Class and Transformations12/26/2005 2:01:35 AM. Matrices play a vital role in the transformation process. In GDI+, the Matrix class represents a 3×2 matrix that contains x, y, and w values in the first, second, and third columns, respectively.
  • Color Transformations and the Color Matrix12/26/2005 1:52:18 AM. This article discusses the color transformations and how to apply Color Matrix on image colors to provide various effects such as gray scale effects, reduce or increase the contrast, brightness, or redness of an image.
  • Significance of Transformation Order12/26/2005 12:47:38 AM. When applying a composite transformation on graphics objects, the order of transformations plays a vital role. This article shows you various aspects of the transformation order and the results.
  • Using Transforms with GDI+ in C#12/23/2005 2:23:39 AM. Transforms are matrices that allow you to rotate and translate your graphics shapes. In this example we are going to rotate a very powerful element in C# called the GraphicsPath.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download