Version

RulerBase Class Methods

For a list of all members of this type, see RulerBase members.

Public Methods
 NameDescription
Public MethodAddAdd method.  
Public MethodCompareCompares two values on this ruler.  
Public MethodDivideDivide method.  
Public MethodInverseNumericOfGets the object equivalent of the specified numeric value.  
Public MethodItemVisibleDetermines whether or not a value is visible within the ruler.  
Public MethodMapMethod which returns the location of a certain numeric value on the ruler.  
Public MethodMapInverseMethod which returns value on the ruler, given a coordinate on the ruler.  
Public MethodMaxGets the maximum of two values.  
Public MethodMinGets the minimum of two values.  
Public MethodMultiplyMultiply operator.  
Public MethodNullValueReturns equivalent of null if input is null else returns the same. This function insures that return value is never null.  
Public MethodNumericOfGets the numeric equivalent of an object value on this ruler.  
Public MethodSubtractSubract method.  
Protected Methods
 NameDescription
Protected MethodCorrectLogRangesRecalculates the logarithmic exponent minimum and maximum.  
Protected MethodCorrectScrollScaleRecalculates the current scroll and scale factors.  
Protected MethodCorrectWindowMinMaxRecalculates the window minimum and maximum.  
Protected MethodInitInitializes this Ruler.  
See Also