You are here: Start » AVL.NET » AVL.ShapeArea(AvlNet.Path, float)
AVL.ShapeArea(AvlNet.Path, float)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ShapeArea( AvlNet.Path inShape, out float outArea )
Parameters
- inShape
- Type: AvlNet.Path
- outArea
- Type: System.Single
Description
The operation computes the area of a shape bounded by a closed path. The area is measured in square pixels. As paths in AVS are subpixel-precise, the result may be (and usually is) non-integer.
Note that if the input path is not a valid shape (i.e. it has at least one self-intersection), the computation may lead to results that are not intuitive.
Examples
Area of the sample shape equals to 40652.37. |
Area of the sample shape equals to 1287.675. |
Errors
| Error type | Description |
|---|---|
| DomainError | Open path on input in ShapeArea |
