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

WinForms Assembly > devDept.Eyeshot Namespace > Grid Class > Grid Constructor : Grid Constructor(Point2D,Point2D,Double,Plane)
Minimum 2D grid point
Maximum 2D grid point
Grid step
Grid plane
Limits and step constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal min As Point2D, _
   ByVal max As Point2D, _
   ByVal step As Double, _
   ByVal plane As Plane _
)
public Grid( 
   Point2D min,
   Point2D max,
   double step,
   Plane plane
)

Parameters

min
Minimum 2D grid point
max
Maximum 2D grid point
step
Grid step
plane
Grid plane
See Also

Reference

Grid Class
Grid Members
Overload List