Click here to Skip to main content
15,886,026 members
Articles / Multimedia / GDI+

Matrix Transformation of Images using .NET GDI+

Rate me:
Please Sign up or sign in to vote.
4.86/5 (71 votes)
1 Jul 2016CPOL4 min read 390.4K   12.7K   187  
Use of GDI+ Matrix class to perform image transformation.
<?xml version="1.0"?>
<doc>
<assembly>
<name>
Transformation
</name>
</assembly>
<members>
<member name="F:Transformation.Form1.components">
	<summary>
 Required designer variable.
 </summary>
</member><member name="M:Transformation.Form1.Dispose(System.Boolean)">
	<summary>
 Clean up any resources being used.
 </summary>
</member><member name="M:Transformation.Form1.InitializeComponent">
	<summary>
 Required method for Designer support - do not modify
 the contents of this method with the code editor.
 </summary>
</member><member name="M:Transformation.Form1.Main">
	<summary>
 The main entry point for the application.
 </summary>
</member><member name="T:Transformation.Form1">
	<summary>
 Summary description for Form1.
 </summary>
</member><member name="F:Transformation.Form2.components">
	<summary>
 Required designer variable.
 </summary>
</member><member name="M:Transformation.Form2.Dispose(System.Boolean)">
	<summary>
 Clean up any resources being used.
 </summary>
	<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member><member name="M:Transformation.Form2.InitializeComponent">
	<summary>
 Required method for Designer support - do not modify
 the contents of this method with the code editor.
 </summary>
</member><member name="P:My.Resources.Resources.ResourceManager">
	<summary>
  Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:My.Resources.Resources.Culture">
	<summary>
  Overrides the current thread's CurrentUICulture property for all
  resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:My.Resources.Resources">
	<summary>
  A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>

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