PSSVG

SVG.Star

Synopsis

SVG Star


Description

Creates a Star of an number of points.



Parameters

PointCount

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.Star [-PointCount <Int32>] [-Rotate <Double>] [-CenterX <Double>] [-CenterY <Double>] [-Radius <Double>] [<CommonParameters>]