'Declaration Protected Overridable Function CalcualteXAxisPoints( _
ByVal referencePointsОпорные точки() As Vintasoft.Primitives.VintasoftPoint, _
ByVal removeUnusedPointsЗначение, указывающее, следует ли удалить неиспользуемые точки.As Boolean _
) As Vintasoft.Imaging.VintasoftPoint3D[]
protected virtual Vintasoft.Imaging.VintasoftPoint3D[] CalcualteXAxisPoints(
Vintasoft.Primitives.VintasoftPoint[] referencePoints,
bool removeUnusedPoints
)
protected: virtual Vintasoft.Imaging.VintasoftPoint3D[] CalcualteXAxisPoints(
Vintasoft.Primitives.VintasoftPoint[]* referencePoints,
bool removeUnusedPoints
)
protected:
virtual Vintasoft.Imaging.VintasoftPoint3D[] CalcualteXAxisPoints(
array<Vintasoft.Primitives.VintasoftPoint>^ referencePoints,
bool removeUnusedPoints
)
Parameters
- referencePoints
- Опорные точки
- removeUnusedPoints
- Значение, указывающее, следует ли удалить неиспользуемые точки.
Return Value
Точки оси X.