Click here to Skip to main content
15,892,768 members
Articles / Desktop Programming / WPF

Image Manipulation in Multitouch Development

Rate me:
Please Sign up or sign in to vote.
4.81/5 (8 votes)
3 Apr 2010CPOL3 min read 61.3K   2.5K   19  
In this article, I will describe Image manipulation in Windows 7 multitouch Environment

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Win7MultitouchDemo", "Win7MultitouchDemo\Win7MultitouchDemo.csproj", "{8070E516-E276-4BB5-9C41-C75C047C38B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Window7TouchAPI", "Window7TouchAPI", "{E4BFC8F3-6689-491C-AD66-137DA83C0D16}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Windows7.Multitouch", "Windows7API\MultiTouchAPI\Windows7.Multitouch\Windows7.Multitouch.csproj", "{BA3201ED-9FDD-44E5-AA16-5A14526BB908}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Windows7.Multitouch.WPF", "Windows7API\MultiTouchAPI\Windows7.Multitouch.WPF\Windows7.Multitouch.WPF.csproj", "{F42D6367-B340-4CE4-9AB7-43EEF3692FF4}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		g|Any CPU = g|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{8070E516-E276-4BB5-9C41-C75C047C38B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8070E516-E276-4BB5-9C41-C75C047C38B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8070E516-E276-4BB5-9C41-C75C047C38B0}.g|Any CPU.ActiveCfg = Debug|Any CPU
		{8070E516-E276-4BB5-9C41-C75C047C38B0}.g|Any CPU.Build.0 = Debug|Any CPU
		{8070E516-E276-4BB5-9C41-C75C047C38B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8070E516-E276-4BB5-9C41-C75C047C38B0}.Release|Any CPU.Build.0 = Release|Any CPU
		{BA3201ED-9FDD-44E5-AA16-5A14526BB908}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{BA3201ED-9FDD-44E5-AA16-5A14526BB908}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{BA3201ED-9FDD-44E5-AA16-5A14526BB908}.g|Any CPU.ActiveCfg = g|Any CPU
		{BA3201ED-9FDD-44E5-AA16-5A14526BB908}.g|Any CPU.Build.0 = g|Any CPU
		{BA3201ED-9FDD-44E5-AA16-5A14526BB908}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{BA3201ED-9FDD-44E5-AA16-5A14526BB908}.Release|Any CPU.Build.0 = Release|Any CPU
		{F42D6367-B340-4CE4-9AB7-43EEF3692FF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F42D6367-B340-4CE4-9AB7-43EEF3692FF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F42D6367-B340-4CE4-9AB7-43EEF3692FF4}.g|Any CPU.ActiveCfg = g|Any CPU
		{F42D6367-B340-4CE4-9AB7-43EEF3692FF4}.g|Any CPU.Build.0 = g|Any CPU
		{F42D6367-B340-4CE4-9AB7-43EEF3692FF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F42D6367-B340-4CE4-9AB7-43EEF3692FF4}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{BA3201ED-9FDD-44E5-AA16-5A14526BB908} = {E4BFC8F3-6689-491C-AD66-137DA83C0D16}
		{F42D6367-B340-4CE4-9AB7-43EEF3692FF4} = {E4BFC8F3-6689-491C-AD66-137DA83C0D16}
	EndGlobalSection
EndGlobal

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
Technical Lead
India India

Kunal Chowdhury is a former Microsoft "Windows Platform Development" MVP (Most Valuable Professional, 2010 - 2018), a Codeproject Mentor, Speaker in various Microsoft events, Author, passionate Blogger and a Senior Technical Lead by profession.

He is currently working in an MNC located in India. He has a very good skill over XAML, C#, Silverlight, Windows Phone, WPF and Windows app development. He posts his findings, articles, tutorials in his technical blog (www.kunal-chowdhury.com) and CodeProject.


Books authored:


Connect with Kunal on:





Comments and Discussions