DeviceImageInformation.CalloutLine Field (Microsoft.DirectX.DirectInput)
Array of POINT structures that specify coordinates of the points describing a callout line. A callout line connects a device control to a caption for the game action. Each line can have from one to four segments. This member is valid only if the DIDIFT_OVERLAY flag is present in DwFlags.
Definition
Visual Basic Public CalloutLine As Point C# public Point CalloutLine;
C++ public: Point CalloutLine;
JScript public var CalloutLine : Point
Field Value
This field is read/write.
.gif)