The
CopyC# class is to encapsulate a width
and a height dimension.
Namespace: System.DrawingDimension2D
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.