 | RadialPatternFunctions Property |
Gets or sets a 1-in, n-out function or an array of n 1-in, 1-out functions where n is the number of color components in the shading color space.
The function(s) are called with values of the parametric variable
t in the domain defined by the
Lowest and
Highest properties.
Namespace: Patagames.Pdf.Net.PatternsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic override IEnumerable<PdfFunction> Functions { get; set; }Public Overrides Property Functions As IEnumerable(Of PdfFunction)
Get
Set
public:
virtual property IEnumerable<PdfFunction^>^ Functions {
IEnumerable<PdfFunction^>^ get () override;
void set (IEnumerable<PdfFunction^>^ value) override;
}abstract Functions : IEnumerable<PdfFunction> with get, set
override Functions : IEnumerable<PdfFunction> with get, set
/** @property */
public IEnumerable<PdfFunction> get_Functions()
/** @property */
public void set_Functions(IEnumerable<PdfFunction> value)
function get_Functions();
function set_Functions(value);
Property Value
IEnumerablePdfFunction
See Also