| Platform SDK: DirectX |
The DirectDrawSurface7.SetDrawStyle sets the draw style.
object.SetDrawStyle(drawStyle As Long)
| Setting | Description |
|---|---|
| 0 | (Default) Solid |
| 1 | Dash |
| 2 | Dot |
| 3 | Dash-dot |
| 4 | Dash-dot-dot |
| 5 | Transparent |
| 6 | Inside solid |
If the method fails, it raises an error, and Err.Number is set.