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