Prepare all Splines (edges) for drawing
Namespace:
FlowMap
Assembly:
FlowMap (in FlowMap.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub PrepareSplinesForDrawing ( _
_device As Device, _
_color As Color _
) |
C# |
---|
public void PrepareSplinesForDrawing(
Device _device,
Color _color
) |
Visual C++ |
---|
public:
void PrepareSplinesForDrawing(
Device^ _device,
Color _color
) |
JavaScript |
---|
function prepareSplinesForDrawing(_device, _color); |
Parameters
- _device
- Type: Device
Referenced device
- _color
- Type: System.Drawing..::.Color
Color for splines
See Also