'Declaration Protected Overridable Function GetLength( _
ByVal lengthThe length in pixels.As Single, _
ByVal resolutionThe image resolution.As Double, _
ByVal unitOfMeasureThe unit of measure of result.As Vintasoft.Imaging.UnitOfMeasure _
) As Single
protected virtual float GetLength(
float length,
double resolution,
Vintasoft.Imaging.UnitOfMeasure unitOfMeasure
)
protected: virtual float GetLength(
float length,
double resolution,
Vintasoft.Imaging.UnitOfMeasure unitOfMeasure
)
protected:
virtual float GetLength(
float 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.