GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IGraduatedScale Interface
Properties Methods

In This Topic
    IGraduatedScale Interface Members
    In This Topic

    The following tables list the members exposed by IGraduatedScale.

    Public Properties
     NameDescription
     Property Gets or sets the maximum value represented on the scale.  
     Property Gets or sets the minimum value represented on the scale.  
     Property Gets the extent of the scale's range.  
    Top
    Public Methods
     NameDescription
     Method Returns a point that represents the given value.  
     Method Returns the value which would be represented at a given point.  
     Method Returns true if the line defined by points p1 and p2 intersect with the path of the scale; outputs the associated value at that point with the out parameter val.  
    Top
    See Also