PathEngine home | previous: | next: |
Queries the horizontal range covered by the instanced geometry.
void getHorizontalRange(cHorizontalRange& result) const; |
result | Minimum and maximum values for instanced geometry, in X and Y. |
The return range is inclusive, i.e. the instanced geometry includes points exactly at the minimum or maximum values returned.
void getHorizontalRange(out PathEngine.HorizontalRange result); |
void getHorizontalRange(Object_OutArgument result); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |