AxialShadingPattern Class Documentation

classAxialShadingPattern : ShadingPattern

Namespace: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

Parameters

colorSpace: ColorSpace

The 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 AxialShadingPattern

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

ToString

override stringToString()

Returns:

override string

Return a string representation of the AxialShadingPattern.