LinearGradientBrush.Transform Property

Definition

Gets or sets a copy Matrix that defines a local geometric transform for this LinearGradientBrush.

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 copy of the Matrix that defines a geometric transform that applies only to fills drawn with this LinearGradientBrush.

Remarks

A geometric transform can be used to translate, scale, rotate, or skew the gradient fill. Because the matrix returned and by the Transform property is a copy of the brush's geometric transform, you should dispose of the matrix when you no longer need it.

Applies to