The
CopyC#
Dimension2D
class is to encapsulate a width and a height dimension.

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

Syntax

C#
public abstract class Dimension2D : ICloneable
Visual Basic
Public MustInherit Class Dimension2D _
	Implements ICloneable
Visual C++
public ref class Dimension2D abstract : ICloneable

Remarks

This class is only the abstract baseclass for all objects that store a 2D dimension. The actual storage representation of the sizes is left to the subclass.

Inheritance Hierarchy

System..::..Object
  System.Drawing..::..Dimension2D
    System.Drawing..::..Dimension

See Also