BorderNode.this

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this(gsk.rounded_rect.RoundedRect outline, float[] borderWidth, gdk.rgba.RGBA[] borderColor) nothrow

Creates a gsk.render_node.RenderNode that will stroke a border rectangle inside the given outline.

The 4 sides of the border can have different widths and colors.

Parameters

outlinea gsk.rounded_rect.RoundedRect describing the outline of the border
borderWidththe stroke width of the border on the top, right, bottom and left side respectively.
borderColorthe color used on the top, right, bottom and left side.

Returns