Grid(Point2D, Point2D, Double, Plane, Color, Color, Boolean, Boolean, Boolean) 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, _ 
ByVal autoSize As Boolean, _ 
ByVal visible As Boolean, _ 
ByVal alwaysBehind As Boolean
)
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
bool autoSize
bool visible
bool alwaysBehind 
)
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

autoSize
bool

If true, the grid is resized automatically.

visible
bool

Visibility status

alwaysBehind
bool

If true, the grids is drawn always behind the geometry

.NET Framework

Supported in: 4.8

In this article

Definition