This topic has not yet been rated - Rate this topic

Pen.Transform Property

Gets or sets a copy of the geometric transformation for this Pen.

Namespace:  System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)
public Matrix Transform { get; set; }

Property Value

Type: System.Drawing.Drawing2D.Matrix
A copy of the Matrix that represents the geometric transformation for this Pen.
ExceptionCondition
ArgumentException

The Transform property is set on an immutable Pen, such as those returned by the Pens class.

This property defines an elliptical shape for the pen tip. This ellipse is obtained from the default circular shape by applying the transformation matrix. Note that the translation portion of the matrix is ignored. Because the matrix returned and by the Transform property is a copy of the pen's geometric transform, you should dispose of the matrix when you no longer need it.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.