'Declaration Protected Overrides Function CalcualteXAxisPoints( _
ByVal referencePointsReference points() As Vintasoft.Primitives.VintasoftPoint, _
ByVal removeUnusedPointsA value indicating whether the unused points must be removed.As Boolean _
) As Vintasoft.Imaging.VintasoftPoint3D[]
protected override Vintasoft.Imaging.VintasoftPoint3D[] CalcualteXAxisPoints(
Vintasoft.Primitives.VintasoftPoint[] referencePoints,
bool removeUnusedPoints
)
protected: Vintasoft.Imaging.VintasoftPoint3D[] CalcualteXAxisPoints(
Vintasoft.Primitives.VintasoftPoint[]* referencePoints,
bool removeUnusedPoints
); override
protected:
Vintasoft.Imaging.VintasoftPoint3D[] CalcualteXAxisPoints(
array<Vintasoft.Primitives.VintasoftPoint>^ referencePoints,
bool removeUnusedPoints
); override
Parameters
- referencePoints
- Reference points
- removeUnusedPoints
- A value indicating whether the unused points must be removed.
Return Value
X-axis points.