ImageManipulationProcess Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: System.DrawingBitmap
Return Value
Type:
Image
See Also