Grid(Point2D, Point2D, Double) Constructor

Limits and step constructor.
Public Sub New( _ 
ByVal min As Point2D, _ 
ByVal max As Point2D, _ 
ByVal step As Double
)
This language is not supported or no code example is available.
public Grid( 
Point2D min
Point2D max
double step 
)
This language is not supported or no code example is available.

Parameters

min
Point2D

Minimum 2D grid point

max
Point2D

Maximum 2D grid point

step
double

Grid step

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition