Add an additional transformation to this gradient brush.

Namespace: TallComponents.PDF.Brushes
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public Transform Transform { get; set; }
Visual Basic
Public Property Transform As Transform
	Get
	Set

Remarks

Default = null, meaning the identity matrix.

See Also