System.Drawing.Drawing2D.PathGradientBrush.Transform Property

Gets or sets a copy of the System.Drawing.Drawing2D.Matrix that defines a local geometric transform for this System.Drawing.Drawing2D.PathGradientBrush.

Syntax

public Matrix Transform { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

Requirements

Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0