'Declaration Protected Overridable Function GetLength( _
ByVal firstPointThe first point.As System.Drawing.PointF, _
ByVal secondPointThe second point.As System.Drawing.PointF, _
ByVal resolutionThe image resolution.As Vintasoft.Imaging.Resolution, _
ByVal unitOfMeasureThe unit of measure of result.As Vintasoft.Imaging.UnitOfMeasure _
) As Single
protected virtual float GetLength(
System.Drawing.PointF firstPoint,
System.Drawing.PointF secondPoint,
Vintasoft.Imaging.Resolution resolution,
Vintasoft.Imaging.UnitOfMeasure unitOfMeasure
)
protected: virtual float GetLength(
System.Drawing.PointF firstPoint,
System.Drawing.PointF secondPoint,
Vintasoft.Imaging.Resolution resolution,
Vintasoft.Imaging.UnitOfMeasure unitOfMeasure
)
protected:
virtual float GetLength(
System.Drawing.PointF firstPoint,
System.Drawing.PointF secondPoint,
Vintasoft.Imaging.Resolution resolution,
Vintasoft.Imaging.UnitOfMeasure unitOfMeasure
)
Parameters
- firstPoint
- The first point.
- secondPoint
- The second point.
- resolution
- The image resolution.
- unitOfMeasure
- The unit of measure of result.
Return Value
The length in the specified unis of measure.