Search
Length.GetAbsoluteLength Method
See Also
 






Calculates the absolute length corresponding to the specified argument, relative to the the specified area.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public double GetAbsoluteLength (
    double space
)

Visual Basic  Copy Code

Public Function GetAbsoluteLength( _
    space As Double _
) As Double

 Parameters

space
The space relative to which the absolute length is calculated.

 Return Value

The absolute length.

 See Also