RegionArea
Computes the number of pixels contained in a region.
Syntax
C++
Python
def RegionArea( inRegion: Region, / ) -> outArea: int
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
outArea | int |
Computes the number of pixels contained in a region.
def RegionArea( inRegion: Region, / ) -> outArea: int
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
outArea | int |