Bitmap Conversion (Bitmap to Image) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax STATIC OPERATOR IMPLICIT (
bm AS Bitmap
) AS Image
public static implicit operator Image (
Bitmap bm
)
Request Example
View SourceParameters
- bm
- Type: Bitmap
Return Value
Type:
ImageSee Also