Method | Description | |
---|---|---|
OrientedSize ( Orientation orientation ) : System.Runtime.InteropServices |
Initializes a new OrientedSize structure.
|
|
OrientedSize ( Orientation orientation, double width, double height ) : System.Runtime.InteropServices |
Initializes a new OrientedSize structure.
|
public OrientedSize ( Orientation orientation ) : System.Runtime.InteropServices | ||
orientation | Orientation | Orientation of the structure. |
return | System.Runtime.InteropServices |
public OrientedSize ( Orientation orientation, double width, double height ) : System.Runtime.InteropServices | ||
orientation | Orientation | Orientation of the structure. |
width | double | Un-oriented width of the structure. |
height | double | Un-oriented height of the structure. |
return | System.Runtime.InteropServices |