'Declaration
Public MustOverride Function IsInRulerPaintArea( _ ByVal coordinate As System.Single _ ) As System.Boolean
'Usage
Dim instance As NRuler Dim coordinate As System.Single Dim value As System.Boolean value = instance.IsInRulerPaintArea(coordinate)
public abstract System.bool IsInRulerPaintArea( System.float coordinate )
Parameters
- coordinate