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

TransformsProvider.Buttonize Method (Single)

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 _
)
C#
public void Buttonize(
	float borderWidth
)

Parameters

borderWidth

Type: System.Single

Border (button edge) width.

Remarks

You can also use Buttonize class to apply this effect.

See Also

Reference