Eyeshot 10 WinForms API Reference
Grid Constructor(Point2D,Point2D,Double,Plane,Color,Color)

WinForms Assembly > devDept.Eyeshot Namespace > Grid Class > Grid Constructor : Grid Constructor(Point2D,Point2D,Double,Plane,Color,Color)
Minimum 2D grid point
Maximum 2D grid point
Grid step
Grid plane
Color used to draw lines
Color used to draw axes
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal min As Point2D, _
   ByVal max As Point2D, _
   ByVal step As Double, _
   ByVal plane As Plane, _
   ByVal lineColor As Color, _
   ByVal axisColor As Color _
)
public Grid( 
   Point2D min,
   Point2D max,
   double step,
   Plane plane,
   Color lineColor,
   Color axisColor
)

Parameters

min
Minimum 2D grid point
max
Maximum 2D grid point
step
Grid step
plane
Grid plane
lineColor
Color used to draw lines
axisColor
Color used to draw axes
See Also

Reference

Grid Class
Grid Members
Overload List