Grid(Point2D, Point2D, Double, Plane, Color, Color) Constructor

Standard constructor.
Public Sub 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
)
This language is not supported or no code example is available.
public Grid( 
Point2D min
Point2D max
double step
Plane plane
Color lineColor
Color axisColor 
)
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

plane
Plane

Grid plane

lineColor
Color

Color used to draw lines

axisColor
Color

Color used to draw axes

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition