Constructor FreeHandRectangleSegment

Namespace TallComponents.PDF.Layout.Shapes
Class FreeHandRectangleSegment

Creates a new FreeHandRectangleSegment with the given start point, width and height.

Syntax

public  FreeHandRectangleSegment( Double  x Double  y Double  width Double  height )

Parameters


Double x
Horizontal position of the bottom-left corner.

Double y
Vertical position of the bottom-left corner.

Double width
The width of the rectangle.

Double height
The height of the rectangle.