2.2.4.9.4 Device_DrawOutline

The Device_DrawOutline message draws a 1-pixel outline.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

_size

_msgid

_idObjectSubject

rb

clrOutline

flThickness

rcfOutline (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 0x00000003 for this message.

_idObjectSubject (4 bytes): An unsigned 32-bit integer. The ID of the target object.

rb (4 bytes): An unsigned 32-bit integer. The ID of the render builder to use.

clrOutline (4 bytes): A Color (section 2.2.6.9) that specifies the color of the outline.

flThickness (4 bytes): A single-precision 32-bit number. The outline line thickness.

rcfOutline (16 bytes): A RectangleF (section 2.2.6.5) that specifies the area to draw the outline around, in pixels.