Create a new LinkShape with given extent.

Namespace: TallComponents.PDF.Layout.Shapes.Annotations
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

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

Parameters

width
Type: System..::..Double
The width of this shape.
height
Type: System..::..Double
The height of this shape.

See Also