BitmapConverterToImage Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static Image ToImage(
IntPtr buffer,
int width,
int height,
int memoryLength,
PixelFormat format,
bool flip = false
)
Public Shared Function ToImage (
buffer As IntPtr,
width As Integer,
height As Integer,
memoryLength As Integer,
format As PixelFormat,
Optional flip As Boolean = false
) As Image
public:
static Image^ ToImage(
IntPtr buffer,
int width,
int height,
int memoryLength,
PixelFormat format,
bool flip = false
)
static member ToImage :
buffer : IntPtr *
width : int *
height : int *
memoryLength : int *
format : PixelFormat *
?flip : bool
(* Defaults:
let _flip = defaultArg flip false
*)
-> Image
Parameters
- buffer
- Type: SystemIntPtr
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- memoryLength
- Type: SystemInt32
- format
- Type: System.Drawing.ImagingPixelFormat
- flip (Optional)
- Type: SystemBoolean
Return Value
Type:
ImageSee Also