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.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void AddInnerShadow(
	double radius,
	int offsetX,
	int offsetY,
	IERGB color
)
Public Sub AddInnerShadow ( _
	radius As Double, _
	offsetX As Integer, _
	offsetY As Integer, _
	color As IERGB _
)
public:
void AddInnerShadow(
	double radius, 
	int offsetX, 
	int offsetY, 
	IERGB color
)

Parameters

radius
Double
Radius-Intensity of the shadow
offsetX
Int32
Horizontal offset
offsetY
Int32
Vertical offset
color
IERGB
This is the shadow color.

See Also