ImageManipulationProcess Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic Image Process(
Bitmap bitmap
)
Public Function Process (
bitmap As Bitmap
) As Image
public:
Image^ Process(
Bitmap^ bitmap
)
member Process :
bitmap : Bitmap -> Image
Parameters
- bitmap Bitmap
-
Return Value
Image
See Also