Dimension Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the Dimension class.
Overload List
Name | Description | |
---|---|---|
Dimension() | Initializes a new instance of the Dimension class. | |
Dimension(Dimension) | Initializes a new instance of the Dimension class based on another Dimension object. | |
Dimension(String, String, String) | Initializes a new instance of the Dimension class with the specified properties. | |
Dimension(String, String, String, DimensionTypeEnum) | Initializes a new instance of the Dimension class with the specified properties. |
Top