LibreOffice
LibreOffice 24.2 SDK API Reference
|
These constants determine which shape to use for start or end of a stroked path. More...
Variables | |
const byte | BUTT =0 |
End the path at its start or end point, without any cap. More... | |
const byte | ROUND =1 |
Extend the path with a half circle cap, diameter is the line width. More... | |
const byte | SQUARE =2 |
Extend the path with a rectangular cap, half the line width long. More... | |
These constants determine which shape to use for start or end of a stroked path.
The start and end of stroked paths can have one out of several different shapes (which are, of course, only visible for strokes wider than one device pixel).
const byte BUTT =0 |
End the path at its start or end point, without any cap.
const byte ROUND =1 |
Extend the path with a half circle cap, diameter is the line width.
const byte SQUARE =2 |
Extend the path with a rectangular cap, half the line width long.