Creates and initializes Buttonize transform object. At this constructor you can set button edge width and edges colors.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ borderWidth As Single, _ lightColor As Color, _ shadowColor As Color _ )
Type: System.Single
Border (button edge) width. It is accessible later via BorderWidth property.Type: Aurigma.GraphicsMill.Color
Color value specifying to draw highlighted edges. It is accessible later via LightColor property.Type: Aurigma.GraphicsMill.Color
Color value specifying to draw shadowed edges. It is accessible later via ShadowColor property.