Resolution Constructor (Int32, Int32) |
Initializes a new instance of the
Resolution class.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax 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
- Type: SystemInt32
Horizontal pixels. - height
- Type: SystemInt32
Vertical pixels.
See Also