PictInfo=structureSize
PictInfo.bHidden=structureSize
PictInfo.bounds=structureSize
PictInfo.color=structureSize
PictInfo.currentBackColor=structureSize
PictInfo.currentForeColor=structureSize
PictInfo.currentTextColor=structureSize
PictInfo.currentX=structureSize
PictInfo.currentY=structureSize
PictInfo.dc=structureSize
PictInfo.dirty=structureSize
PictInfo.hDefaultValue=structureSize
PictInfo.hPictCode=memberOffset,memberSize
PictInfo.refcnt=memberOffset,memberSize
Description:
Describes the layout of the PictInfo structure in the target memory. The LabVIEW debugger uses the PictInfo structure information to access the front panel array picture control data structures.
Parameters:
structureSize is the size of the PictInfo structure in bytes.
memberOffset is the offset of the structure member variable in bits.
memberSize is the size of the structure member variable in bits.
Location:
PictInfo.h
Example:
PictInfo=52
PictInfo.bHidden=384,8
PictInfo.bounds=128,64
PictInfo.color=352,32
PictInfo.currentBackColor=224,32
PictInfo.currentForeColor=192,32
PictInfo.currentTextColor=256,32
PictInfo.currentX=64,32
PictInfo.currentY=96,32
PictInfo.dc=32,32
PictInfo.dirty=16,16
PictInfo.hDefaultValue=320,32
PictInfo.hPictCode=288,32
PictInfo.refcnt=0,16