PSSVG

SVG.ConvexPolygon

Synopsis

SVG Convex Polygon


Description

Creates a Regular Convex Polygon of an number of sides.



Parameters

SideCount

The number of sides in the polygon

Type Required Position PipelineInput
[Int32] false named true (ByPropertyName)

Rotate

The initial rotation of the polygon.

Type Required Position PipelineInput
[Double] false named false

CenterX

The center X coordinate for the polygon.

Type Required Position PipelineInput
[Double] false named false

CenterY

The center Y coordinate for the polygon.

Type Required Position PipelineInput
[Double] false named false

Radius

The radius of the polygon.

Type Required Position PipelineInput
[Double] false named false

Syntax

SVG.ConvexPolygon [-SideCount <Int32>] [-Rotate <Double>] [-CenterX <Double>] [-CenterY <Double>] [-Radius <Double>] [<CommonParameters>]