Makes corners rounded.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void RoundImage(
	int roundWidth,
	int roundHeight
)
Public Sub RoundImage ( _
	roundWidth As Integer, _
	roundHeight As Integer _
)
public:
void RoundImage(
	int roundWidth, 
	int roundHeight
)

Parameters

roundWidth
Int32
The round width.
roundHeight
Int32
The round height.

See Also