Click or drag to resize

mxGdiCanvas2DSetGradient Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the given gradient.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void SetGradient(
	string color1,
	string color2,
	double x,
	double y,
	double w,
	double h,
	string direction,
	double alpha1,
	double alpha2
)
Request Example View Source

Parameters

color1
Type: SystemString
color2
Type: SystemString
x
Type: SystemDouble
y
Type: SystemDouble
w
Type: SystemDouble
h
Type: SystemDouble
direction
Type: SystemString
alpha1
Type: SystemDouble
alpha2
Type: SystemDouble

Implements

mxICanvas2DSetGradient(String, String, Double, Double, Double, Double, String, Double, Double)
See Also