|
Attach
Gets the graphical resource from an OBJ_BITMAP_LABEL object and attaches it to an instance of the CCanvas class.
bool Attach(
|
Creates a graphical resource for an OBJ_BITMAP_LABEL object and attaches it to an instance of the CCanvas class.
bool Attach(
|
Parameters
chart_id
[out] Chart identifier.
objname
[in] Name of the graphical object.
width
[in] Image width in the resource.
height
[in] Image height in the resource.
clrfmt=COLOR_FORMAT_XRGB_NOALPHA
[in] Alpha channel processing method. The alpha channel is ignored by default.
Return Value
true – if successful, false - if failed to attach the object.