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

Buttonize Constructor

Creates and initializes Buttonize transform object.

Overload List

Name Description
Public method Buttonize()

Creates and initializes Buttonize transform object.

Public method Buttonize(Single)

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

Public method Buttonize(Single, Color, Color)

Creates and initializes Buttonize transform object. At this constructor you can set button edge width and edges colors.

Public method Buttonize(Single, FadeType, Direction)

Creates and initializes Buttonize transform object. At this constructor you can set button edge width and parameters defining edges appearance as lighting direction and border fade type.

Public method Buttonize(Single, FadeType, Direction, Color, Color)

Creates and initializes Buttonize transform object. At this constructor you can set button edge width and parameters defining edges appearance as lighting direction, border fade type, and edges colors.

Public method Buttonize(Single, FadeType, Direction, Boolean, Boolean)

Creates and initializes Buttonize transform object. At this constructor you can set button edge width and parameters defining edges appearance as lighting direction and border fade type. Besides you can enable/disable horizontal or vertical edges here.

Public method Buttonize(Single, FadeType, Direction, Boolean, Boolean, Color, Color)

Creates and initializes Buttonize transform object. At this constructor you can all parameters available for buttonizing.

See Also

Reference