IVisual Class
class IVisual: public IQueryGuid, public IRefCount
Interface for drawing a visual object.Defined in: Visual.h
Class Members
virtual void Draw(CDC* pDC)
Draw the object to a device context.
virtual void OnPrepareDC(CDC* pDC)
Prepare device context for rendering.
virtual void OnCleanupDC(CDC* pDC)
Cleanup device context after rendering.