'Declaration
Public Function TransformOriginModelEndToScale( _ 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.TransformOriginModelEndToScale(modelValue, clampToRuler)
public System.double TransformOriginModelEndToScale( System.float modelValue, System.bool clampToRuler )
Parameters
- modelValue
- clampToRuler