LinuxNativeApiInitConverterBuffer Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static int InitConverterBuffer(
out IntPtr buffer,
int width,
int height
)
Public Shared Function InitConverterBuffer (
<OutAttribute> ByRef buffer As IntPtr,
width As Integer,
height As Integer
) As Integer
public:
static int InitConverterBuffer(
[OutAttribute] IntPtr% buffer,
int width,
int height
)
static member InitConverterBuffer :
buffer : IntPtr byref *
width : int *
height : int -> int
Parameters
- buffer
- Type: SystemIntPtr
- width
- Type: SystemInt32
- height
- Type: SystemInt32
Return Value
Type:
Int32
See Also