Adds a Glass effect to this box.
VB6
![]() |
---|
Public Sub AddGlassEffect( _ |
C++
![]() |
---|
public: |
The color of the glow portion of the effect.
The color of the reflection portion of the effect.
Specifies whether the glow portion of the effect should be painted with the pen color of the respective node.
The Glass effect adds glass reflection -like visual effect to nodes.
The following example adds a glass effect to a box.
VB6
![]() |
---|
box.AddGlassEffect gtType1, vbWhite, vbWhite, False |