'Declaration Protected Overridable Function GetLength( _
ByVal firstPointThe first point in pixels.As System.Windows.Point, _
ByVal secondPointThe second point in pixels.As System.Windows.Point, _
ByVal resolutionThe resolution.As Vintasoft.Imaging.Resolution, _
ByVal unitOfMeasureUnit of measure of result.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
- The first point in pixels.
- secondPoint
- The second point in pixels.
- resolution
- The resolution.
- unitOfMeasure
- Unit of measure of result.
Return Value
The length in pixels.