Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic OzCropFilter(
int width,
int height
)
Public Sub New (
width As Integer,
height As Integer
)
public:
OzCropFilter(
int width,
int height
)
new :
width : int *
height : int -> OzCropFilter
Parameters
- width Int32
-
- height Int32
-
See Also