Search
FlowChart.SetShadowOffset Method
See Also
 



Sets the offset of shadows from the objects that cast them.

 Syntax

VB6  Copy Code

Public Sub SetShadowOffset( _
    ByVal x As Long, _
    ByVal y As Long _
)

C++  Copy Code

public:
void SetShadowOffset (
    int x,
    int y
)

 Parameters

x
The x coordinate of the offset.
y
The y coordinate of the offset.

 Remarks

Specifies at what distance shadows are painted relatively to the objects that cast them.

 See Also