BorderNode.this
this
(void * ptr, Flag!"Take" take)No documentation available for this declaration.
this
(gsk.rounded_rect.RoundedRect outline, float[] borderWidth, gdk.rgba.RGBA[] borderColor)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
outline | a gsk.rounded_rect.RoundedRect describing the outline of the border |
borderWidth | the stroke width of the border on the top, right, bottom and left side respectively. |
borderColor | the color used on the top, right, bottom and left side. |