enum

ImGui::ImDrawFlags

Inherits Enum < Comparable < Value < Object

Constants

None = 0
Closed = 1
RoundCornersTopLeft = 16
RoundCornersTopRight = 32
RoundCornersBottomLeft = 64
RoundCornersBottomRight = 128
RoundCornersNone = 256
RoundCornersTop = 48
RoundCornersBottom = 192
RoundCornersLeft = 80
RoundCornersRight = 160
RoundCornersAll = 240
RoundCornersDefault_ = 240
RoundCornersMask_ = 496
All = 497

Instance methods

closed?

Returns true if this enum value contains Closed

Source
none?

Returns true if this enum value contains None

Source
round_corners_all?

Returns true if this enum value contains RoundCornersAll

Source
round_corners_bottom?

Returns true if this enum value contains RoundCornersBottom

Source
round_corners_bottom_left?

Returns true if this enum value contains RoundCornersBottomLeft

Source
round_corners_bottom_right?

Returns true if this enum value contains RoundCornersBottomRight

Source
round_corners_default_?

Returns true if this enum value contains RoundCornersDefault_

Source
round_corners_left?

Returns true if this enum value contains RoundCornersLeft

Source
round_corners_mask_?

Returns true if this enum value contains RoundCornersMask_

Source
round_corners_none?

Returns true if this enum value contains RoundCornersNone

Source
round_corners_right?

Returns true if this enum value contains RoundCornersRight

Source
round_corners_top?

Returns true if this enum value contains RoundCornersTop

Source
round_corners_top_left?

Returns true if this enum value contains RoundCornersTopLeft

Source
round_corners_top_right?

Returns true if this enum value contains RoundCornersTopRight

Source