ImageManipulationProcess Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
ImageSee Also