Hi, I've been trying to use the CBCGPGraphicsManagerD2D::BindDC method with 'large' RECTs to draw a long header bar when zoomed into one of our Gantt charts.
However when trying to bind a Rect with width larger than 16384 (Or 2^14 exactly?) it throws this error:
"E_INVALIDARG One or more arguments are invalid."
I can't see any documentation that states a limit on this, especially since a RECT uses signed 32bit ints?
Is this a bug or am I doing something incorrectly?