PathEngine home | previous: | next: |
Validates the content chunk in advance for placement by
bool preValidate(int32_t maximumScale, int32_t translationRange); |
maximumScale | The maximum scaling value that will be applied. Must be >= 1. | ||
translationRange | The maximum value that will be applied for translation (in either x or y). Must be >= 0. |
bool preValidate(int maximumScale, int translationRange); |
boolean preValidate(int maximumScale, int translationRange); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |