ClanSoft logo
ClanSoft logo

    CL_BMPProvider::create

Syntax

static CL_Surface *create(
         std::string handle,
        CL_InputSourceProvider *provider,
        bool transparent=false,
        short trans_col=-1);

Description

Loads the bmp file handle from the inputsource provider 'provider. Creates a CL_Surface using the bmp image and returns it.Returns the width of the image.


Back to index



This page was built using the Perceps documentation system.