Back to FabImage Library website
You are here: Start » Function Reference » Path » Path Global Transforms » DilatePolygon
DilatePolygon
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Enlarges a polygon by a given radius.
Syntax
C++
C#
void fil::DilatePolygon ( const fil::Path& inPolygon, float inRadius, bool inRasterMode, fil::Path& outPolygon )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPolygon | const Path& | Input polygon | |
![]() |
inRadius | float | 1.0f | |
![]() |
inRasterMode | bool | False | |
![]() |
outPolygon | Path& | Output polygon |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Open path on input in DilatePolygon. |