Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
CAREER
MEMBERS
JOBS
About transforms
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Charles Petzold (3)
Shaili Dashora (1)
Gaurav Gupta (1)
Prabhakar Maurya (1)
Mamta M (1)
ArunKumar Yalamarthy (1)
Mike Gold (1)
Related resources for transforms
No resource found
CSS3 Animation Using Transitions And 2D-Transforms
1/21/2020 10:09:12 AM.
In this article we will create some interesting animation effects using CSS3 Transitions property and CSS3 Transforms methods.
Transforms and Transitions Using CSS3 in HTML5
12/5/2019 3:07:52 AM.
In this Article we are going to learn how to build an animation website using css3 transformation and transitions using HTML5.
Create 3D Effects in Windows Store Apps
3/20/2013 2:52:08 PM.
This article explains how to create 3D effects in Windows Store apps.
Animating Perspective Transforms in Windows Phone 7
5/20/2012 6:45:03 AM.
Silverlight 3 introduced a new UIElement property named Projection that allows setting non-affine transforms on graphical objects, text, controls, and media. Non-affine transforms do not preserve parallelism.
Using Transforms with Expression Blend
11/16/2011 4:33:34 PM.
In this article you will learn how can easily reposition, resize, scale, rotate and skew your objects in Expression Blend.
Tangrams in WPF
11/12/2011 6:54:56 AM.
In this article we will see how to use the WPF move and rotate concepts to implement a tangram game
Game Components Affine and Non-Affine Transforms in Windows Phone 7
1/19/2011 2:23:30 AM.
To give your fingers a target to touch and drag, the programs display translucent disks at the Texture2D corners. It would be nice to code these draggable translucent disks so they’re usable by multiple programs.
Learn what is Gestures to Transforms in Windows Phone 7
1/13/2011 5:21:22 AM.
The primary means of user input to a Windows Phone 7 application is touch. A Windows Phone 7 device has a screen that supports at least four touch points, and applications must be written to accommodate touch in a way that feels natural and intuitive to the user and the XNA programmers have two basic approaches to obtaining touch input.
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.