Initializes a new instance of the
ViewMatrix class
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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