AxialShading Constructor (String, String, Boundary, Double, Double, String)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the AxialShading class.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.Shadings
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public AxialShading(
	string resourceId,
	string colorSpaceResourceId,
	Boundary boundary,
	double[] background,
	double[] coords,
	string[] functionResourceIds
)

Parameters

resourceId
Type: SystemString
The resource id.
colorSpaceResourceId
Type: SystemString
The color space resource ID. The colour space in which colour values shall beexpressed. This may be any device, CIE-based, or special colour space except a Pattern space.
boundary
Type: Apitron.PDF.Kit.FixedLayoutBoundary
An array of four numbers giving the left, bottom, right, and top coordinates, respectively, of the shading’s bounding box. The coordinates shall be interpreted in the shading’s target coordinate space. If present, this bounding box shall be applied as a temporary clipping boundary when the shading is painted, in addition to the current clipping path and any other clipping boundaries in effect at that time.
background
Type: SystemDouble
An array of colour components appropriate to the colour space, specifying a single background colour value. If present, this colour shall be used, before any painting operation involving the shading, to fill those portions of the area to be painted that lie outside the bounds of the shading object.
coords
Type: SystemDouble
An array of four numbers [x0 y0 x1 y1] specifying the starting and ending coordinates of the axis, expressed in the shading’s target coordinate space.
functionResourceIds
Type: SystemString
A 1-in, n-out function or an array of n 1-in, 1-out functions (where n is the number of colour components in the shading dictionary’s colour space). The function(s) shall be called with values of the parametric variable t in the domain defined by the Domain entry. Each function’s domain shall be a superset of that of the shading dictionary. If the value returned by the function for a given colour component is out of range, it shall be adjusted to the nearest valid value.
See Also

Reference