Click or drag to resize

RadialPattern(PdfDocument, FS_CIRCLEF, FS_CIRCLEF, PdfFunction, PdfColorSpace, FS_MATRIX, FS_MATRIX) Constructor

Create new radial shading pattern

Namespace: Patagames.Pdf.Net.Patterns
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public RadialPattern(
	PdfDocument document,
	FS_CIRCLEF from,
	FS_CIRCLEF to,
	PdfFunction function,
	PdfColorSpace colorSpace,
	FS_MATRIX parentMatrix = null,
	FS_MATRIX formMatrix = null
)

Parameters

document  PdfDocument
The PDF document.
from  FS_CIRCLEF
The starting circle, expressed in the shading’s target coordinate space.
to  FS_CIRCLEF
The ending coordinate of the axis, expressed in the shading’s target coordinate space.
function  PdfFunction
A 1-in, n-out function where n is the number of color components in the shading dictionary’s color space.
colorSpace  PdfColorSpace
The color space in which color values are expressed. This may be any device, CIE-based, or special color space except a Pattern space.
parentMatrix  FS_MATRIX  (Optional)
The transformation matrix of the parent content stream.
formMatrix  FS_MATRIX  (Optional)
The pattern matrix. If null, the identity matrix is used.
See Also