SVG Star
Creates a Star of an number of points.
The number of points in the star.
This is also aliased to -SideCount for consistent use with SVG.ConvexPolygon,
(even if this is not mathematically accurate).
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Int32] |
false | 1 | true (ByPropertyName) | PC Points SC SideCount Sides NumSides |
The initial rotation of the polygon.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Double] |
false | named | true (ByPropertyName) | Rotation |
The center X coordinate for the polygon.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Double] |
false | named | true (ByPropertyName) | CX |
The center Y coordinate for the polygon.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Double] |
false | named | true (ByPropertyName) | CY |
The radius of the polygon.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Double] |
false | named | true (ByPropertyName) | R |
SVG.Star [[-PointCount] <Int32>] [-Rotate <Double>] [-CenterX <Double>] [-CenterY <Double>] [-Radius <Double>] [<CommonParameters>]