igGetContentRegionMax function

void igGetContentRegionMax(
  1. Pointer<ImVec2> pOut
)
void igGetContentRegionMax(
 ImVec2* pOut
);

Implementation

void igGetContentRegionMax(Pointer<ImVec2> pOut) =>
    _igGetContentRegionMax(pOut);