Platform SDK: DirectX |
The DirectDrawSurface7.GetFillColor method returns the fill color set by DirectDrawSurface7.SetFillColor.
object.GetFillColor() As Long
If the method succeeds, it returns the fill color value set by DirectDrawSurface7.SetFillColor.
If the method fails, it raises an error, and Err.Number is set.
The default fill color is black.