Creates an instance of
CopyC#
Dimension
whose width and height are the same as for the specified dimension.

Namespace: System.Drawing
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public Dimension(
	Dimension d
)
Visual Basic
Public Sub New ( _
	d As Dimension _
)
Visual C++
public:
Dimension(
	Dimension^ d
)

Parameters

d
Type: System.Drawing..::..Dimension
the specified dimension for the
CopyC#
width
and
CopyC#
height
values.

See Also