Click or drag to resize
ViewMatrix Constructor
Initializes a new instance of the ViewMatrix class

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

Parameters

column (Optional)
Type: SystemInt32
row (Optional)
Type: SystemInt32
See Also