VideoResizerSetResolution Method (Int32, Int32) |
Sets the resizing resolution.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemInt32
New width.
- height
- Type: SystemInt32
New height.
See Also