You are here: Start » FIL.NET » Invoke.CreatePolygonRegion
Creates a polygonal region corresponding to a given closed path.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreatePolygonRegion ( Fil.Path inPolygon, Optional<Fil.CoordinateSystem2D> inPolygonAlignment, int inFrameWidth, int inFrameHeight, Fil.Region outRegion, Optional<Fil.Path> outAlignedPolygon )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPolygon | Fil.Path | |||
![]() | inPolygonAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | Adjusts the polygon to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inFrameWidth | int | <0, 65535> | Width of the created region's frame. | |
![]() | inFrameHeight | int | <0, 65535> | Height of the created region's frame. | |
![]() | outRegion | Fil.Region | Output region. | ||
![]() | outAlignedPolygon | Ftl.Optional<Fil.Path> | The input polygon transformed to the absolute coordinate system. |