VideoResizerSetResolution(Int32, Int32) Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
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
-
- height Int32
-
See Also