Typedef | ||
---|---|---|
PDEShading
A PDEElement that represents smooth shading.
|
Method | ||
---|---|---|
Superseded by PDEShadingCreateFromCosObjEx() in Acrobat 10.0.
|
||
Supersedes PDEShadingCreateFromCosObj() in Acrobat 10.0.
|
||
Gets the CosObj for a PDEShading.
|
PDEShading |
Product availability: All |
Platform availability: All |
typedef struct _t_PDEShading* PDEShading;
A PDEElement that represents smooth shading.
See Also
File: PEExpT.h |
Line: 262 |
PDEShadingCreateFromCosObj | () |
Product availability: Acrobat, PDFL |
Platform availability: Macintosh, Windows, UNIX |
PDEShading PDEShadingCreateFromCosObj(const CosObj* shadingP, INASFixedMatrixP matrixP)
Superseded by PDEShadingCreateFromCosObjEx() in Acrobat 10.0.
Creates a smooth shading object.
Call PDERelease() to dispose of the returned PDEShading object when finished with it.
Parameters
shadingP — | IN/OUT The shading dictionary. |
|
matrixP — | IN/OUT The location and transformation matrix of the shading object. |
A smooth shading object. |
See Also
Exceptions
Since
File: PEWProcs.h |
Line: 1626 |
PDEShadingCreateFromCosObjEx | () |
Product availability: Acrobat, PDFL |
Platform availability: Macintosh, Windows, UNIX |
PDEShading PDEShadingCreateFromCosObjEx(const CosObj* shadingP, INASDoubleMatrixP matrixP)
Supersedes PDEShadingCreateFromCosObj() in Acrobat 10.0.
Creates a smooth shading object.
Call PDERelease() to dispose of the returned PDEShading object when finished with it.
Parameters
shadingP — | IN/OUT The shading dictionary. |
|
matrixP — | IN/OUT The location and transformation matrix of the shading object. |
A smooth shading object. |
See Also
Exceptions
Since
File: PEWProcs.h |
Line: 3660 |
PDEShadingGetCosObj | () |
Product availability: Acrobat, PDFL |
Platform availability: Macintosh, Windows, UNIX |
void PDEShadingGetCosObj(INPDEShading shading, OUTCosObj* cosObjP)
Gets the CosObj for a PDEShading.
Parameters
shading — | IN/OUT A smooth shading object. |
|
cosObjP — | IN/OUT The Cos dictionary corresponding to shading. |
Since
File: PERProcs.h |
Line: 1984 |