Permalink
Fetching contributors…
Cannot retrieve contributors at this time
47 lines (40 sloc) 1.93 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Coordinate Systems and Transformations
03/30/2017
.net-framework
dotnet-winforms
article
jsharp
transformations
graphics, transformations
matrix transformations
9fef7451-bddf-4c68-9350-400d1f1f25a3
13
dotnet-bot
dotnetcontent
wpickett

Coordinate Systems and Transformations

[!INCLUDEndptecgdiplus] provides a world transformation and a page transformation so that you can transform (rotate, scale, translate, and so on) the items you draw. The two transformations also allow you to work in a variety of coordinate systems.

In This Section

Types of Coordinate Systems
Introduces coordinates systems and transformations.

Matrix Representation of Transformations
Discusses using matrices for coordinate transformations.

Global and Local Transformations
Discusses global and local transformations.

Reference

xref:System.Drawing.Drawing2D.Matrix
Encapsulates a 3-by-3 affine matrix that represents a geometric transform.

Related Sections

Using Transformations in Managed GDI+
Provides a list of topics that provide more information about how to use matrix transformations.

About GDI+ Managed Code
Contains a list of topics describing the graphics constructs you can use in the .NET Framework.