Click or drag to resize

QuadrilateralFCollectionCopyTo Method (Int32, QuadrilateralF, Int32, Int32)

Namespace:  Atalasoft.Utils.Geometry
Assembly:  Atalasoft.dotImage.Lib (in Atalasoft.dotImage.Lib.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public void CopyTo(
	int index,
	QuadrilateralF[] array,
	int arrayIndex,
	int count
)

Parameters

index
Type: SystemInt32
array
Type: Atalasoft.Utils.GeometryQuadrilateralF
arrayIndex
Type: SystemInt32
count
Type: SystemInt32
See Also