LibreOffice
LibreOffice 7.4 SDK API Reference
Loading...
Searching...
No Matches
Modules | Macros | Variables
PathJoinType.idl File Reference

Modules

module  com
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::rendering
 Interfaces and data structures for rendering.
 

Constant Groups

constants  com::sun::star::rendering::PathJoinType
 Determines which shape to use when joining path segments.
 

Macros

#define __com_sun_star_rendering_PathJoinType_idl__
 

Variables

const byte NONE =0
 Do not join the path segments at all.
 
const byte MITER =1
 Join the path segment by extending the outer border until they intersect.
 
const byte ROUND =2
 Join the path segment with a pie-like patch, such that the outer line of the meeting point is round.
 
const byte BEVEL =3
 Join the path segment by connecting the outer ends of the abutting segments with a straight line.
 

Macro Definition Documentation

◆ __com_sun_star_rendering_PathJoinType_idl__

#define __com_sun_star_rendering_PathJoinType_idl__