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