QuadrilateralFCollectionCopyTo Method (Int32, QuadrilateralF, Int32, Int32) |
Namespace:
Atalasoft.Utils.Geometry
Assembly:
Atalasoft.dotImage.Lib (in Atalasoft.dotImage.Lib.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void CopyTo(
int index,
QuadrilateralF[] array,
int arrayIndex,
int count
)
Public Sub CopyTo (
index As Integer,
array As QuadrilateralF(),
arrayIndex As Integer,
count As Integer
)
Parameters
- index
- Type: SystemInt32
- array
- Type: Atalasoft.Utils.GeometryQuadrilateralF
- arrayIndex
- Type: SystemInt32
- count
- Type: SystemInt32
See Also