Click or drag to resize

ViewMatrix Constructor

Initializes a new instance of the ViewMatrix class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public ViewMatrix(
	int column = 1,
	int row = 1
)

Parameters

column  Int32  (Optional)
 
row  Int32  (Optional)
 
See Also