Gradient.DrawFill

Overloads

DrawFill(OperatorWriter)Draws the color data to the given OperatorWriter object.
DrawFill(PageWriter)Draws the color data to the given PageWriter object.

DrawFill(OperatorWriter)

Draws the color data to the given OperatorWriter object.

public void DrawFill(OperatorWriter writer)
Sub DrawFill(writer As OperatorWriter)

Parameters

writer
OperatorWriter

OperatorWriter object to receive the color data.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

DrawFill(PageWriter)

Draws the color data to the given PageWriter object.

public void DrawFill(PageWriter writer)
Sub DrawFill(writer As PageWriter)

Parameters

writer
PageWriter

PageWriter object to receive the color data.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

Gradient
ceTe.DynamicPDF

In this topic