You are here: Start » AVL.NET » Function Reference » Path » Path Global Transforms » AVL.DilatePolygon

AVL.DilatePolygon

Enlarges a polygon by a given radius.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DilatePolygon
(
	AvlNet.Path inPolygon,
	float inRadius,
	bool inRasterMode,
	AvlNet.Path outPolygon
)

Parameters

Name Type Range Default Description
inPolygonAvlNet.PathInput polygon.
inRadiusfloat1.0fDefault value: 1.0f.
inRasterModeboolFalseDefault value: False.
outPolygonAvlNet.PathOutput polygon.

Errors

List of possible exceptions:

Error type Description
DomainError Open path on input in DilatePolygon.

See also