Click or drag to resize

Shading Methods

The Shading type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodStatic memberCreate
Create a Shading from the given SDF/Cos object listed under /Shading entry in the page Resource dictionary.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAntialias
Gets the antialias.
Public methodGetBackground
An color point represented in base color space specifying a single background color value. If present, this color is used before any painting operation involving the shading, to fill those portions of the area to be painted that lie outside the bounds of the shading object itself. In the opaque imaging model, the effect is as if the painting operation were performed twice: first with the background color and then again with the shading.
Public methodGetBaseColorSpace
Gets the base color space.
Public methodGetBBox
Gets the bounding box.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSDFObj
Gets the SDFObj.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetType(Obj)
Gets shading type from shading dictionary.
Public methodHasBackground
Checks for background.
Public methodHasBBox
Checks for bounding box.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also