#include <DgnPlatform/DisplayHandler.h>
#include <DgnPlatform/ElementGeometry.h>
#include <DgnPlatform/MultilineStyle.h>
#include <DgnPlatform/IAreaFillProperties.h>
Go to the source code of this file.
Classes | |
struct | MultilinePoint |
Stores a point for a multiline. More... | |
struct | MultilineBreak |
Stores breaks for a multiline. More... | |
struct | IMultilineQuery |
Query an element for multi-line specific properties. More... | |
struct | IMultilineEdit |
Set specific properties on a multi-line. More... | |
struct | MultilineHandler |
The default type handler for the MULTILINE_ELM type that corresponds to the MlineElm structure. More... | |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::DgnPlatform | |
The DgnPlatform namespace contains types defined by the DgnPlatform. | |
Macros | |
#define | MLINE_MATCH_ENDCAPS 0x01 |
#define | MLINE_BREAKS_ALLLINES 0xffffffff |
Typedefs | |
typedef RefCountedPtr < MultilinePoint > | MultilinePointPtr |
Smart pointer wrapper for MultilinePoint. More... | |
typedef RefCountedPtr < MultilineBreak > | MultilineBreakPtr |
Smart pointer wrapper for MultilineBreak. More... | |
#define MLINE_BREAKS_ALLLINES 0xffffffff |
#define MLINE_MATCH_ENDCAPS 0x01 |