Add a color stop to this collection.

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

Syntax

C#
public void Add(
	ColorStop colorStop
)
Visual Basic
Public Sub Add ( _
	colorStop As ColorStop _
)

Parameters

colorStop
Type: TallComponents.PDF.Brushes..::..ColorStop
Add this color stop.

See Also