Overload List

  NameDescription
Public methodDimension()()()()
Creates an instance of
CopyC#
Dimension
with a width of zero and a height of zero.
Public methodDimension(Dimension)
Creates an instance of
CopyC#
Dimension
whose width and height are the same as for the specified dimension.
Public methodDimension(Int32, Int32)
Constructs a Dimension and initializes it to the specified width and specified height.

See Also