Resolution Constructor
Initializes a new instance of the
Resolution structure.
Namespace: Ookii.AnswerFileAssembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.0.0+89a02853fc03095ce3d28e19ceda0fd8e02a7ef0
public Resolution(
int width,
int height
)
Public Sub New (
width As Integer,
height As Integer
)
public:
Resolution(
int width,
int height
)
new :
width : int *
height : int -> Resolution
Parameters
- width Int32
- The horizontal display resolution.
- height Int32
- The vertical display resolution.