Function StyleBox.getOffset

Returns the "offset" of a stylebox. This helper function returns a value equivalent to Vector2(style.get_margin(MARGIN_LEFT), style.get_margin(MARGIN_TOP)).

Vector2 getOffset() nothrow @nogc const;