Set the size of this Dimension object to the specified width and height in double precision.

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

Syntax

C#
public override void SetSize(
	double width,
	double height
)
Visual Basic
Public Overrides Sub SetSize ( _
	width As Double, _
	height As Double _
)
Visual C++
public:
virtual void SetSize(
	double width, 
	double height
) override

Parameters

width
Type: System..::..Double
the new width for the Dimension object
height
Type: System..::..Double
the new height for the Dimension object

See Also