LinuxNativeApiInitConverterBuffer Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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 IntPtr
-
- width Int32
-
- height Int32
-
Return Value
Int32
See Also