'Declaration Protected Overridable Function GetLength( _
ByVal firstPointПервая точка в пикселях.As System.Windows.Point, _
ByVal secondPointВторая точка в пикселях.As System.Windows.Point, _
ByVal resolutionРазрешение.As Vintasoft.Imaging.Resolution, _
ByVal unitOfMeasureЕдиница измерения результата.As Vintasoft.Imaging.UnitOfMeasure _
) As Double
protected virtual double GetLength(
System.Windows.Point firstPoint,
System.Windows.Point secondPoint,
Vintasoft.Imaging.Resolution resolution,
Vintasoft.Imaging.UnitOfMeasure unitOfMeasure
)
protected: virtual double GetLength(
System.Windows.Point firstPoint,
System.Windows.Point secondPoint,
Vintasoft.Imaging.Resolution resolution,
Vintasoft.Imaging.UnitOfMeasure unitOfMeasure
)
protected:
virtual double GetLength(
System.Windows.Point firstPoint,
System.Windows.Point secondPoint,
Vintasoft.Imaging.Resolution resolution,
Vintasoft.Imaging.UnitOfMeasure unitOfMeasure
)
Parameters
- firstPoint
- Первая точка в пикселях.
- secondPoint
- Вторая точка в пикселях.
- resolution
- Разрешение.
- unitOfMeasure
- Единица измерения результата.
Return Value
Длина в пикселях.