<Code Lib>
2025 Constructor
Changes 1
C

FillGrid(Double, Double)

Description:
Creates a simple fill grid with given angle and offset.
Overloads (3):
FillGrid
FillGrid(Double,Double)

public FillGrid(
	double angle,
	double offset
)

  • angle
    The angle.
  • offset
    The offset represents the spacing between the lines.

Loading…