AxialShadingPattern Class Documentation
classAxialShadingPattern : ShadingPatternNamespace:Datalogics::PDFL
- Inherits from:
ShadingPattern
Detailed Description
A color blend that varies along an axis.
An axial shading specifies a color blend that varies along a linear axis between two endpoints, and indefinitely perpendicular to that axis.
Referenced by
Constructor & Destructor Documentation
AxialShadingPattern
AxialShadingPattern(AxialShadingPatternrhs, InternalConstructsignifier)Parameters
rhs: AxialShadingPatternsignifier: InternalConstruct
AxialShadingPattern
AxialShadingPattern(ColorSpacecolorSpace, System.Collections.Generic.IList< Point >coords, System.Collections.Generic.IList< Function >function)Parameters
colorSpace: ColorSpaceThe color space for the pattern.
coords: System.Collections.Generic.IList< Point >The coordinates of the two endpoints of the axial shading.
function: System.Collections.Generic.IList< Function >One 1-in n-out function, or an array of n 1-in 1-out functions that determine the values of the color channels.
Create an AxialShadingPattern.
Property Documentation
AntiAlias
boolAntiAlias[get, set]BackgroundColor
ColorBackgroundColor[get, set]BoundingBox
RectBoundingBox[get, set]ColorSpace
ColorSpaceColorSpace[get, set]Coords
System.Collections.Generic.IList< Point >Coords[get, set]Domain
System.Collections.Generic.IList< System.Double >Domain[get, set]Extend
System.Collections.Generic.IList< System.Boolean >Extend[get, set]Function
System.Collections.Generic.IList< Function >Function[get, set]PDFObject
PDFObjectPDFObject[get]Member Function Documentation
ConstructorRetrieve
static new static AxialShadingPatternConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
new static AxialShadingPatternDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
voidToString
override stringToString()Returns:
override stringReturn a string representation of the AxialShadingPattern.