struct ImPlot::RectC

Overview

struct RectC
{
    // fields

    ImPlotPoint Pos;
    ImPlotPoint HalfSize;
    ImU32 Color;
};