Initializes a new instance of the
ViewMatrix class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ViewMatrix(
int column = 1,
int row = 1
)
Public Sub New (
Optional column As Integer = 1,
Optional row As Integer = 1
)
public:
ViewMatrix(
int column = 1,
int row = 1
)
new :
?column : int *
?row : int
(* Defaults:
let _column = defaultArg column 1
let _row = defaultArg row 1
*)
-> ViewMatrix
Parameters
- column (Optional)
- Type: SystemInt32
- row (Optional)
- Type: SystemInt32
See Also