| The symbol registration point. |
Value
| Name | Description | Value |
SymbolRegistrationPoint.SYMBOLBOTTOMLEFTPOINT | Bottom left point of symbol bounding box. |
int
7
|
SymbolRegistrationPoint.SYMBOLBOTTOMMIDDLEPOINT | Bottom middle point of symbol bounding box. |
int
8
|
SymbolRegistrationPoint.SYMBOLBOTTOMRIGHTPOINT | Bottom right point of symbol bounding box. |
int
9
|
SymbolRegistrationPoint.SYMBOLCENTERPOINT | Center point of symbol bounding box. |
int
5
|
SymbolRegistrationPoint.SYMBOLMIDDLELEFTPOINT | Middle left point of symbol bounding box. |
int
4
|
SymbolRegistrationPoint.SYMBOLMIDDLERIGHTPOINT | Middle right point of symbol bounding box. |
int
6
|
SymbolRegistrationPoint.SYMBOLTOPLEFTPOINT | Top left point of symbol bounding box. |
int
1
|
SymbolRegistrationPoint.SYMBOLTOPMIDDLEPOINT | Top middle point of symbol bounding box. |
int
2
|
SymbolRegistrationPoint.SYMBOLTOPRIGHTPOINT | Top right point of symbol bounding box. |
int
3
|
|
Usage
| In function
Symbol Symbols.add (sourceArt:
PageItem[, registrationPoint:
SymbolRegistrationPoint=SymbolRegistrationPoint.SYMBOLCENTERPOINT])
|