Add inner shadow (Gaussian Shadow) to the image. The intensity comes from radius parameter (>0), and the light effect from offsetX and offsetY.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- radius
- Double
Radius-Intensity of the shadow
- offsetX
- Int32
Horizontal offset
- offsetY
- Int32
Vertical offset
- color
- IERGB
This is the shadow color.