![]() | Size Class |
The Size class contains the width and height properties.

Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2023.0.1

The Size type exposes the following members.

Name | Description | |
---|---|---|
![]() | Size |
Creates a new size instance with zero width and height.
|
![]() | Size(Double, Double) |
Creates a new size instance with the specified width and height.
|

Name | Description | |
---|---|---|
![]() | Height |
Gets or sets the height value of the size instance.
|
![]() | Width |
Gets or sets the width value of the size instance.
|

Name | Description | |
---|---|---|
![]() ![]() | ToString |
Returns a string that represents this instance (in fractional inches if advanced option XS_USE_ONLY_INCHES_IN_SHEET_SIZES set to true).
(Overrides ObjectToString.) |
![]() ![]() | ToString(String) |
Returns a string that represents this instance (in fractional inches if advanced option XS_USE_ONLY_INCHES_IN_SHEET_SIZES set to true).
|
![]() ![]() | ToString(IFormatProvider, String) |
Returns a string that represents this instance (in fractional inches if advanced option XS_USE_ONLY_INCHES_IN_SHEET_SIZES set to true).
|
