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 PointLeave Site
C# public PointLeave Site CalloutLine;
C++ public: PointLeave Site CalloutLine;
JScript public var CalloutLine : PointLeave Site

Field Value

System.Drawing.Point[]

This field is read/write.