Transform

Pen.Transform property

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

public Matrix Transform { get; set; }

Property Value

A copy of the Matrix that represents the geometric transformation for this Pen.

Exceptions

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

See Also