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
| Name | Type | Access | Description |
|---|---|---|---|
ShadingType | ShadingType | Read | Gets the shading type. |
X0 | double | Read | Gets the x0. |
Y0 | double | Read | Gets the y0. |
R0 | double | Read | Gets the r0. |
X1 | double | Read | Gets the x1. |
Y1 | double | Read | Gets the y1. |
R1 | double | Read | Gets the r1. |
Domain | double[] | Read | Gets the domain. |
Function | PdfFunction? | Read | Gets the function. |
Extend | bool[] | Read | Gets the extend. |
ColorSpaceName | string | Read | Colour space name for the shading’s output. |
Background | double[]? | Read | Background colour components, or null if absent. |
BBox | double[]? | Read | Bounding box [xmin, ymin, xmax, ymax], or null if absent. |
AntiAlias | bool | Read | Whether anti-aliasing is requested (advisory). |
Methods
| Signature | Description |
|---|---|
SampleAt(t: double) | Sample the shading at parameter t. |