Pen.Transform

Pen.Transform property

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

public Matrix Transform { get; set; }

Return 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 Pens class.

See Also