You are here: Start » AVL.NET » Invoke.CreateSegmentRegion

Invoke.CreateSegmentRegion

Creates a segment region.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CreateSegmentRegion
(
	Avl.Segment2D inSegment,
	Optional<Avl.CoordinateSystem2D> inSegmentAlignment,
	float inWidth,
	int inFrameWidth,
	int inFrameHeight,
	bool inRound,
	Avl.Region outRegion,
	Optional<Avl.Segment2D> outAlignedSegment
)

Parameters

Name Type Range Default Description
inSegmentAvl.Segment2D
inSegmentAlignmentAtl.Optional<Avl.CoordinateSystem2D>
inWidthfloat<1.0f, INF>Segment width.
inFrameWidthint<0, 65535>
inFrameHeightint<0, 65535>
inRoundboolMake ends of segment round.
outRegionAvl.RegionOutput region.
outAlignedSegmentAtl.Optional<Avl.Segment2D>

See also