HiraokaHyperTools.iTextSharp-LGPL
0.2.5
|
The More...
Public Member Functions | |
abstract void | SetSize (double width, double height) |
Sets the size of this More... | |
Object | Clone () |
Creates a new object of the same class as this object. More... | |
Protected Member Functions | |
Dimension2D () | |
This is an abstract class that cannot be instantiated directly. Type-specific implementation subclasses are available for instantiation and provide a number of formats for storing the information necessary to satisfy the various accessor methods below. More... | |
Properties | |
abstract double | Width [get] |
Returns the width of this More... | |
abstract double | Height [get] |
Returns the height of this More... | |
Dimension2D | Size [set] |
Sets the size of this More... | |
The
Dimension2D
class is to encapsulate a width and a height dimension.
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.
|
protected |
This is an abstract class that cannot be instantiated directly. Type-specific implementation subclasses are available for instantiation and provide a number of formats for storing the information necessary to satisfy the various accessor methods below.
Object System.Drawing.Dimension2D.Clone | ( | ) |
Creates a new object of the same class as this object.
|
pure virtual |
Sets the size of this
Dimension
object to the specified width and height.
width | the new width for the Dimension
|
height | the new height for the Dimension
|
Implemented in System.Drawing.Dimension.
|
get |
|
set |
|
get |