GUIDOLib  1.7.7
Guido Engine Internal Documentation
Public Member Functions | Protected Member Functions | List of all members
Image Class Referenceabstract
Inheritance diagram for Image:
Bitmap

Public Member Functions

virtual ~Image ()
 
virtual void OnDraw (VGDevice &hdc, const NVRect &where) const =0
 
virtual void OnDrawW (VGDevice &hdc, const NVPoint &where, float width) const =0
 
virtual void OnDrawH (VGDevice &hdc, const NVPoint &where, float height) const =0
 

Protected Member Functions

 Image ()
 

Constructor & Destructor Documentation

◆ ~Image()

virtual Image::~Image ( )
virtual

◆ Image()

Image::Image ( )
protected

Member Function Documentation

◆ OnDraw()

virtual void Image::OnDraw ( VGDevice hdc,
const NVRect where 
) const
pure virtual

Implemented in Bitmap.

◆ OnDrawH()

virtual void Image::OnDrawH ( VGDevice hdc,
const NVPoint where,
float  height 
) const
pure virtual

Implemented in Bitmap.

◆ OnDrawW()

virtual void Image::OnDrawW ( VGDevice hdc,
const NVPoint where,
float  width 
) const
pure virtual

Implemented in Bitmap.


Guido Project Copyright © 2019 Grame-CNCM