BitmapCropper Constructor |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemInt32
- height
- Type: SystemInt32
See Also