Jan 24, 2012

How to display a Bitmap ?


Simple code to display a bitmap image

display Bitmap footerImage()
{
    ;
    return SysResource::getResourceNodeData(SysResource : : getResourceNode('Name of the Image'));
}

The image should be in AOT --> Resources

No comments: