Description:
Syntax:
public void DrawGradientHatch(
Hatch hatch,
IEnumerable<ColorStop> stops,
Point3d point1,
Point3d point2,
bool linearGradient,
float repeat,
DisplayPen boundary,
Color backgroundFillColor
)
Returns:
Type: void
Available since:
8.0

Description:
Syntax:
public void DrawGradientHatch(
Hatch hatch,
IEnumerable<ColorStop> stops,
Point3d point1,
Point3d point2,
bool linearGradient,
float repeat,
float boundaryThickness,
Color boundaryColor
)
Returns:
Type: void
Available since:
7.0

Description:

Draw a two point gradient filled hatch

Syntax:
public void DrawGradientHatch(
Hatch hatch,
Color color1,
Color color2,
Point3d point1,
Point3d point2,
bool linearGradient,
float boundaryThickness,
Color boundaryColor
)
Returns:
Type: void
Available since:
7.0

DrawGradientHatch method

Class:  Rhino.Display.DisplayPipeline

Nothing found