Dimension Class (Typed) |
Namespace: XSharp.VO.SDK
The Dimension type exposes the following members.
Name | Description | |
---|---|---|
Dimension |
Construct a dimension.
| |
Dimension(Long, Long) |
Construct a dimension.
|
Name | Description | |
---|---|---|
Empty |
Is the pair empty ?(both values equal to 0)
(Inherited from Pair.) | |
Height |
A numeric value representing this dimension's height.
| |
Width |
A numeric value representing this dimension's width.
|
Name | Description | |
---|---|---|
Clone | ||
Destroy | Free memory resources allocated for a VObject object and its derived objects. (Inherited from VObject.) | |
GetHashCode | (Inherited from Pair.) |
Name | Description | |
---|---|---|
(Rectangle to Dimension) | ||
(Size to Dimension) | ||
(Padding to Dimension) | ||
(Dimension to Size) |
Tip |
---|
When a dimension is used to describe irregularly-shaped objects, it specifies the size of the smallest bounding box that can fully enclose the object. |