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

Buttonize Constructor (Single)

Creates and initializes Buttonize transform object. You can set button edge width at this constructor.

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

Syntax

Visual Basic
Public Sub New ( _
	borderWidth As Single _
)
C#
public Buttonize(
	float borderWidth
)

Parameters

borderWidth

Type: System.Single

Border (button edge) width. It is accessible later via BorderWidth property.

See Also

Reference