DeviceImageInformation.CalloutRectangle Field (Microsoft.DirectX.DirectInput)

RECT structure that describes the rectangle in which the game action string is displayed. If the string cannot fit within the rectangle, the application is responsible for handling clipping. This member is valid only if the DIDIFT_OVERLAY flag is present in DwFlags.

Definition

Visual Basic Public CalloutRectangle As RectangleLeave Site
C# public RectangleLeave Site CalloutRectangle;
C++ public: RectangleLeave Site CalloutRectangle;
JScript public var CalloutRectangle : RectangleLeave Site

Field Value

System.Drawing.Rectangle

This field is read/write.