SECLayoutNodeDCBase Class
class SECLayoutNodeDCBase: public SECLayoutNode
Layout node that supports layout of Device-Context based rendered images.
Defined in: NodeDC.h
Comments
This class is provided as a mechanism to layout nodes based on DC drawing (for example MVC ViewPorts), rather than tied to a specific HWND
Class Members
Accessors
virtual void SetNodeOwnerHWND(HWND hWndOwner)
Set the HWND owner of this DC-based node
HWND GetNodeOwnerHWND()
Get the HWND owner of this DC-based node
Overridables
virtual void OnDrawNode(HDC hDC,const CRect& rcNodeDraw)
Override to provide the appropriate rendered image in the provided rectangle