VideoInteropCopyMemory Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static void CopyMemory(
IntPtr destination,
IntPtr source,
int length
)
Public Shared Sub CopyMemory (
destination As IntPtr,
source As IntPtr,
length As Integer
)
public:
static void CopyMemory(
IntPtr destination,
IntPtr source,
int length
)
static member CopyMemory :
destination : IntPtr *
source : IntPtr *
length : int -> unit
Parameters
- destination
- Type: SystemIntPtr
- source
- Type: SystemIntPtr
- length
- Type: SystemInt32
See Also