Index

C/C++ Functions

pdImgGetFnDraw

DT_SWORD pdImgGetFnDraw(DT_PDDOC power_doc, DT_SLONG img)

Short Description: Get image's rendering function

The pdImgGetFnDraw function returns the rendering function associated with an existing PowerDoc image.

Parameters

ParameterDescription

power_doc

Handle of the associated Power Engine document.

img

Image's index in the Power Engine document.

Return Value

The numerical value of the rendering function currently associated with the specified PowerDoc image. For a list of possible values see pdImgAdd.

Related Functions

pdImgSetFnDraw
pdImgAdd

 

Index