VideoResizerSetResolution(Int32, Int32) Method |
Sets the resizing resolution.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic void SetResolution(
int width,
int height
)
Public Sub SetResolution (
width As Integer,
height As Integer
)
public:
void SetResolution(
int width,
int height
)
member SetResolution :
width : int *
height : int -> unit
Parameters
- width Int32
-
New width.
- height Int32
-
New height.
See Also