This documentation is for the old version. Go to the latest Graphics Mill docs

TransformsProvider.Buttonize Method (Single, Color, Color)

Applies buttonize effect on the image.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub Buttonize ( _
	borderWidth As Single, _
	lightColor As Color, _
	shadowColor As Color _
)
C#
public void Buttonize(
	float borderWidth,
	Color lightColor,
	Color shadowColor
)

Parameters

borderWidth

Type: System.Single

Border (button edge) width.
lightColor

Type: Aurigma.GraphicsMill.Color

Color value used to draw highlighted edges.
shadowColor

Type: Aurigma.GraphicsMill.Color

Color value used to draw shadowed edges.

Remarks

You can also use Buttonize class to apply this effect.

See Also

Reference