TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
About RotateAt
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mike Gold (5)
John O Donnell (1)
Bill Farley (1)
Mahesh Chand (1)
Related resources for RotateAt
No resource found
A Simple Virtual Voltmeter Using GDI+ and the GP-3 Board
10/3/2012 12:07:01 PM.
This is a less complex, nevertheless interesting example of how to use the same board to create a simple voltmeter.
A Virtual Clock in C# and GDI+
1/31/2007 5:17:03 AM.
This article describes how to create a virtual clock in C#. The hands of the clock are drawn using GraphicPaths.
ShapedForms in C#
12/26/2005 7:31:38 AM.
Today Windows always appear with a rectangular shape. What if you could have a window that was shaped like a circle, a square or a triangle or any shape you want.
CartWheel Man - Animating GraphicPaths
12/26/2005 6:38:30 AM.
This simple application illustrates how GraphicsPaths can be animated to look like something is moving across the screen.
Playing with 3-D Coordinate Space in C#, GDI+ and .NET
12/26/2005 6:23:24 AM.
This article show to dealing with a 3-D Coordinate System.
Spiro Designer
12/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.
The Matrix Class and Transformations
12/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.
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.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download