TransparencyCollectionCopy Method
|
Namespace: Teigha.Colors
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void Copy(
Transparency[] source,
int sourceIndex,
Transparency[] destination,
int destinationIndex,
int length
)
Public Sub Copy (
source As Transparency(),
sourceIndex As Integer,
destination As Transparency(),
destinationIndex As Integer,
length As Integer
)
public:
void Copy(
array<Transparency>^ source,
int sourceIndex,
array<Transparency>^ destination,
int destinationIndex,
int length
)
member Copy :
source : Transparency[] *
sourceIndex : int *
destination : Transparency[] *
destinationIndex : int *
length : int -> unit
Parameters
- source Transparency
-
- sourceIndex Int32
-
- destination Transparency
-
- destinationIndex Int32
-
- length Int32
-
See Also