Create a new square markup.

Namespace: TallComponents.PDF.Annotations.Markups
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public Square(
	double left,
	double bottom,
	double width,
	double height
)
Visual Basic
Public Sub New ( _
	left As Double, _
	bottom As Double, _
	width As Double, _
	height As Double _
)

Parameters

left
Type: System..::..Double
The left position for this square markup.
bottom
Type: System..::..Double
The bottom position for this square markup.
width
Type: System..::..Double
The width for this square markup.
height
Type: System..::..Double
The height for this square markup.

See Also