CopyTo Method (DicomImageCollection)
In This Topic
Syntax
'Declaration
<__DynamicallyInvokableAttribute()>
Public Sub CopyTo( _
ByVal () As DicomImage, _
ByVal As System.Integer _
)
'Usage
Dim instance As DicomImageCollection
Dim array() As DicomImage
Dim index As System.Integer
instance.CopyTo(array, index)
[__DynamicallyInvokable()]
public void CopyTo(
DicomImage[] ,
System.int
)
public procedure CopyTo(
: DicomImagearray of;
: System.Integer
);
__DynamicallyInvokableAttribute()
public function CopyTo(
: DicomImage[],
: System.int
);
[__DynamicallyInvokable()]
public: void CopyTo(
DicomImage*[]* ,
System.int
)
[__DynamicallyInvokable()]
public:
void CopyTo(
array<DicomImage^>^ ,
System.int
)
Parameters
- array
- index
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also