BitmapResizer Constructor |
Mindig akkora képkockát ad ki, mint amekkorát a kezdetben megadtunk
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public BitmapResizer(
int width,
int height,
byte bytesPerPixel = 3
)
Public Sub New (
width As Integer,
height As Integer,
Optional bytesPerPixel As Byte = 3
)
public:
BitmapResizer(
int width,
int height,
unsigned char bytesPerPixel = 3
)
new :
width : int *
height : int *
?bytesPerPixel : byte
(* Defaults:
let _bytesPerPixel = defaultArg bytesPerPixel 3
*)
-> BitmapResizer
Parameters
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- bytesPerPixel (Optional)
- Type: SystemByte
See Also