'Declaration
Public Function New( _ ByVal minScale As System.Single, _ ByVal maxScale As System.Single, _ ByVal scaleSteps As System.Integer _ )
'Usage
Dim minScale As System.Single Dim maxScale As System.Single Dim scaleSteps As System.Integer Dim instance As New NAutoScaleLayout(minScale, maxScale, scaleSteps)
public NAutoScaleLayout( System.float minScale, System.float maxScale, System.int scaleSteps )
Parameters
- minScale
- maxScale
- scaleSteps