'Declaration Protected Overridable Function GetLength( _
ByVal lengthThe length in pixels.As Double, _
ByVal resolutionThe image resolution.As Double, _
ByVal unitOfMeasureThe unit of measure of result.As Vintasoft.Imaging.UnitOfMeasure _
) As Double
protected virtual double GetLength(
double length,
double resolution,
Vintasoft.Imaging.UnitOfMeasure unitOfMeasure
)
protected: virtual double GetLength(
double length,
double resolution,
Vintasoft.Imaging.UnitOfMeasure unitOfMeasure
)
protected:
virtual double GetLength(
double length,
double resolution,
Vintasoft.Imaging.UnitOfMeasure unitOfMeasure
)
Parameters
- length
- The length in pixels.
- resolution
- The image resolution.
- unitOfMeasure
- The unit of measure of result.
Return Value
The length in the specified unis of measure.