Prepare node for drawing
Namespace:
FlowMapAssembly: FlowMap (in FlowMap.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub PrepareDrawing ( _ _device As Device, _ _color As Color, _ _radius As Single, _ _bbConfig As BackBufferConfiguration _ ) |
C# |
---|
public void PrepareDrawing( Device _device, Color _color, float _radius, BackBufferConfiguration _bbConfig ) |
Visual C++ |
---|
public: void PrepareDrawing( Device^ _device, Color _color, float _radius, BackBufferConfiguration^ _bbConfig ) |
JavaScript |
---|
function prepareDrawing(_device, _color, _radius, _bbConfig); |
Parameters
- _device
- Type: Device
Referenced device
- _color
- Type: System.Drawing..::.Color
Color
- _radius
- Type: System..::.Single
Radius
- _bbConfig
- Type: FlowMap..::.BackBufferConfiguration
BackBufferConfiguration