DVUI

cornersGet

Parameters

#
self:*const Options
*const Options

Source

Implementation

#
pub fn cornersGet(self: *const Options) CornerRect {
    return self.corners orelse CornerRect{};
}