Size Class |
The Size class contains the width and height properties.
SystemObject
Tekla.Structures.DrawingSize
Tekla.Structures.DrawingSize
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
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).
|