Returns the center point of a pixel indicated by the provided location.
Syntax
C++
C#
Python
def LocationCenter(
inLocation: Location,
/
)
-> outCenter: Point2D
Parameters
|
Name |
Type |
Default |
Description |
 |
inLocation |
Location |
|
Pixel location. |
 |
outCenter |
Point2D |
|
Center point of the provided pixel. |