Platform SDK: DirectX

DirectDrawSurface7.GetFillStyle

The DirectDrawSurface7.GetFillStyle method returns the fill style set by DirectDrawSurface7.SetFillStyle.

object.GetFillStyle() As Long

Parameters

object
Object expression that resolves to a DirectDrawSurface7 object.

Return Values

If the method succeeds, it returns the fill style set by DirectDrawSurface7.SetFillStyle.

Error Codes

If the method fails, it raises an error, and Err.Number is set.

Remarks

The default fill style is transparent.