LineCap

Good morning (o;

In the docs I see this mentioned:

LineCap As LineCapTypes

The way in which the end of the line will be drawn.
Affects only lines drawn when using DrawPath, GraphicsPath and Object2D.

But when for example drawing an ArcShape the LineCap isn’t used, though ArcShape is a subclass of Object2D.

So for which Object2D subclass this should work?

There is no mention of LineCap in Object2D page you linked.

Seems a PDFDocument thing only.

It’s mentioned here without anything about PDF:

https://documentation.xojo.com/api/graphics/graphics.html#graphics-linecap

Yes, strange.

I’ve issued a quest:
https://www.google.com/search?client=firefox-b-d&q=site%3Ahttps%3A%2F%2Fdocumentation.xojo.com%2F+lineCap

And get scarse results.

Somehow reminds me of your DesktopListbox text extraction problem…

Tried to do that as well as documented with CellTextAt, where -1 defines all rows or all columns…but either throws exception when reading or sets only one cell when writing…

Anyway will file an issue now…just to find out if the documentation is wrong or me (o;

I forgot if I shared that… I replaced .AllColumns with -1 (the old way) and get the OOBE…

Well in any case it doesn’t work both ways as documented (o;