VideoInteropCopyMemory Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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