Share via


PenSettings.Transform Property

Definition

Gets or sets the geometric transformation for this PenStyleSetInfo object. Only allows the change if the property is not immutable and sets the override flags appropriately.

public:
 property System::Drawing::Drawing2D::Matrix ^ Transform { System::Drawing::Drawing2D::Matrix ^ get(); void set(System::Drawing::Drawing2D::Matrix ^ value); };
public System.Drawing.Drawing2D.Matrix Transform { get; set; }
member this.Transform : System.Drawing.Drawing2D.Matrix with get, set
Public Property Transform As Matrix

Property Value

A Matrix object that represents the geometric transformation for this PenStyleSetInfo object.

Applies to