2.2.4.25.5 Dx9Device_DrawSolid
The Dx9Device_DrawSolid message draws a solid rectangle of the given color.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
_size |
|||||||||||||||||||||||||||||||
|
_msgid |
|||||||||||||||||||||||||||||||
|
_idObjectSubject |
|||||||||||||||||||||||||||||||
|
idNewBuffer |
|||||||||||||||||||||||||||||||
|
rb |
|||||||||||||||||||||||||||||||
|
clrFill |
|||||||||||||||||||||||||||||||
|
rcfFill (16 bytes) |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
_size (4 bytes): An unsigned 32-bit integer. The total message size, in bytes.
_msgid (4 bytes): A signed 32-bit integer. The message ID that is unique to the specific target. The _msgid value is 0x00000004 for this message.
_idObjectSubject (4 bytes): An unsigned 32-bit integer. The ID of the target object.
idNewBuffer (4 bytes): A signed 32-bit integer. The ID of the new SoundBuffer object.
rb (4 bytes): An unsigned 32-bit integer. The ID of the render builder to use.
clrFill (4 bytes): A Color (section 2.2.6.9). The color of the outline.
rcfFill (16 bytes): A RectangleF (section 2.2.6.5) that specifies the area around which to draw the outline, in pixels.