BitmapSourceConverterInit Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void Init(
int width,
int height
)
Public Sub Init (
width As Integer,
height As Integer
)
public:
void Init(
int width,
int height
)
member Init :
width : int *
height : int -> unit
Parameters
- width
- Type: SystemInt32
- height
- Type: SystemInt32
See Also