<< Click to Display Table of Contents >> RenderPictureResName |
[Not available in .NET, use RenderPictureDIB]
Computes the dimensions of a given image, based on the method PictureResName(). The dimensions are computed including the surrounding frame, if PenSize is <> 0.
method void VPE.RenderPictureResName(
VpeCoord Width,
VpeCoord Height,
long hInstance,
string ResourceName
)
VpeCoord Width, Height
Can be used to compute either the width or the height by setting one value to a numeric value whilst using VFREE for the other value. Usually you will set both values to VFREE.
long hInstance
Instance-Handle (of type HINSTANCE)
string ResourceName
the resource name
Remarks:
In case of an error, LastError is set.
The computed dimensions can be retrieved with the properties:
nRenderWidth and nRenderHeight
Example:
see RenderPicture
"Rendering Objects" in the Programmer's Manual