NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Marshal.Copy (Int32, Single[], Int32, Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Sub Copy( _
   ByVal source As Integer, _
   ByVal destination() As Single, _
   ByVal startIndex As Integer, _
   ByVal length As Integer _
)
[C#]
public static void Copy(
   int source,
   float[] destination,
   int startIndex,
   int length
);
[C++]
public: static void Copy(
   int source,
   float* destination[],
   int startIndex,
   int length
);
[JScript]
public static function Copy(
   source : int,
   destination : float[],
   startIndex : int,
   length : int
);

Parameters

source
[To be supplied.]
destination
[To be supplied.]
startIndex
[To be supplied.]
length
[To be supplied.]

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace | Marshal.Copy Overload List