PathGradientBrush.Transform

PathGradientBrush.Transform property

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

public Matrix Transform { get; set; }

Return Value

A copy of the Matrix that defines a geometric transform that applies only to fills drawn with this PathGradientBrush.

See Also