class axl::gui::GdiImage

#include <axl_gui_GdiImage.h>

class GdiImage:
    public axl::gui::Image,
    public axl::gui::GdiObjectHandle
{
public:
    // construction

    GdiImage();

    // methods

    virtual
    bool
    getData(
        void* data,
        int left,
        int top,
        int right,
        int bottom
        );
};

Inherited Members

public:
    // typedefs

    typedef T H;

    // methods

    Engine*
    getEngine();

    bool
    getImageDesc(ImageDesc* imageDesc);

    Size
    getSize();

    operator T() const;

    T
    operator->() const;

    const Handle&
    operator=(T h);

    bool
    isOpen() const;

    void
    close();

    void
    attach(T h);

    T
    detach();

    T*
    p();

    static
    T
    getInvalidHandle();