ComponentOne Bitmap for WPF
CopyTo<T> Method (DataPointer)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > DataPointer Structure : CopyTo<T> Method
Syntax
'Declaration
 
Public Sub CopyTo(Of T As {New, Struct})( _
   ByVal buffer() As T, _
   ByVal offset As System.Integer, _
   ByVal count As System.Integer _
) 
public void CopyTo<T>( 
   T[] buffer,
   System.int offset,
   System.int count
)
where T: new(), struct

Parameters

buffer
offset
count

Type Parameters

T
See Also

Reference

DataPointer Structure
DataPointer Members