RadialShading

RadialShading

Overview

RadialShading is a class in Aspose.PDF FOSS for .NET. Inherits from: ShadingBase.

Radial (circular) shading (Type 3, §8.7.4.4).

This class provides 1 method for working with RadialShading objects in .NET programs. Available methods include: SampleAt. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: AntiAlias, BBox, Background, ColorSpaceName, Domain, Extend, and 8 more.

Properties

NameTypeAccessDescription
ShadingTypeShadingTypeReadGets the shading type.
X0doubleReadGets the x0.
Y0doubleReadGets the y0.
R0doubleReadGets the r0.
X1doubleReadGets the x1.
Y1doubleReadGets the y1.
R1doubleReadGets the r1.
Domaindouble[]ReadGets the domain.
FunctionPdfFunction?ReadGets the function.
Extendbool[]ReadGets the extend.
ColorSpaceNamestringReadColour space name for the shading’s output.
Backgrounddouble[]?ReadBackground colour components, or null if absent.
BBoxdouble[]?ReadBounding box [xmin, ymin, xmax, ymax], or null if absent.
AntiAliasboolReadWhether anti-aliasing is requested (advisory).

Methods

SignatureDescription
SampleAt(t: double)Sample the shading at parameter t.

See Also