'Declaration
Public Overloads Function TransformModelToScale( _ ByVal modelValue As System.Single, _ ByVal clampToRuler As System.Boolean _ ) As System.Double
'Usage
Dim instance As NAxisBase Dim modelValue As System.Single Dim clampToRuler As System.Boolean Dim value As System.Double value = instance.TransformModelToScale(modelValue, clampToRuler)
public System.double TransformModelToScale( System.float modelValue, System.bool clampToRuler )
Parameters
- modelValue
- clampToRuler