Click here to Skip to main content
15,896,557 members
Articles / Multimedia / GDI+

Matrix Transformation of Images using .NET GDI+

Rate me:
Please Sign up or sign in to vote.
4.86/5 (72 votes)
1 Jul 2016CPOL4 min read 391.5K   12.7K   187  
Use of GDI+ Matrix class to perform image transformation.
Imports System.Collections.Generic
Imports System.ComponentModel
Imports System.Data
Imports System.Drawing
Imports System.Text
Imports System.Windows.Forms

Namespace Transformation
	Public Partial Class Form2
		Inherits Form
		Public Sub New()
			InitializeComponent()
		End Sub
	End Class
End Namespace

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Singapore Singapore
Coder. Hacker. Fixer.

Comments and Discussions