Constructs a Dimension and initializes it to the specified width and specified height.

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

Syntax

C#
public Dimension(
	int width,
	int height
)
Visual Basic
Public Sub New ( _
	width As Integer, _
	height As Integer _
)
Visual C++
public:
Dimension(
	int width, 
	int height
)

Parameters

width
Type: System..::..Int32
the specified width dimension
height
Type: System..::..Int32
the specified height dimension

See Also