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.3.199.0
Syntax
public ViewMatrix(
	int column = 1,
	int row = 1
)

Parameters

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