Property | Type | Description | |
---|---|---|---|
Height | double | ||
Width | double |
Method | Description | |
---|---|---|
DSize ( double width, double height ) : System |
Create graphical 2D size
|
|
ToString ( ) : string |
Convert DSize object to string representation
|
public DSize ( double width, double height ) : System | ||
width | double | Width |
height | double | Height |
return | System |