Resolution Constructor
Initializes a new instance of the
Resolution structure.
Namespace: Ookii.AnswerFileAssembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.1.0+446b05628b4ec6933ca1b84b1f778ac43fb60ce9
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.