Pen::Transform Property
.NET Framework (current version)
Gets or sets a copy of the geometric transformation for this Pen.
Assembly: System.Drawing (in System.Drawing.dll)
| Exception | Condition |
|---|---|
| ArgumentException |
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: