Filter Library Camera Interface Physics

__SpmDrawInf Struct Reference

#include <InterfaceDLL.h>

List of all members.


Detailed Description

Structure: SPMDRAWINF for PROTOCOL [main program - camera dll].

Type to support the exchange of data between the CameraDLL and the main program.

 typedef struct __SpmDrawInf
 {
        CDC*            pDC;                    // Handle of the device context to draw onto.
        RECT            rcRect;                 // Valid Area of the window to draw.
        DWORD           dwDrawCode;             // Code         0: Full draw, All parameters.
                                                                //      1: Medium draw, only useful parameters.
                                                                //      2: Low draw, only essential parameters.
 } SPMDRAWINF, *LPSPMDRAWINF;
This structure is used by the DrawDeviceSpecificFrameData- and DrawDeviceSpecificIVData commands. These commands request the Dll to draw Device Specific data onto the scan- or IVView windows. The hWnd parameter gives the handle to the view-window. The rect-sctucture defines the area where it is allowed to draw. The Drawcode is used to select how much data is to drawn onto the view.

Definition at line 788 of file InterfaceDLL.h.

Public Attributes

CDC * pDC
 Handle of the device context to draw onto.
RECT rcRect
 Valid Area of the window to draw.
DWORD dwDrawCode
 Code 0: Full draw, All parameters. 1: Medium draw, only useful parameters.


Member Data Documentation

DWORD __SpmDrawInf::dwDrawCode

2: Low draw, only essential parameters.

Definition at line 792 of file InterfaceDLL.h.


The documentation for this struct was generated from the following file:
Camera Filter Library documentation © 2004-2007 by Leiden Probe Microscopy