Property | Type | Description | |
---|---|---|---|
Height | double | ||
Width | double |
Method | Description | |
---|---|---|
Create ( double width, double height ) : |
Creates a new Size2 instance.
|
|
Size2 ( double width, double height ) |
Initializes a new Size2 instance.
|
public static Create ( double width, double height ) : |
||
width | double | |
height | double | |
return |