Initialize NodePointerLabel
Namespace:
FlowMap
Assembly:
FlowMap (in FlowMap.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Initialize ( _
_device As Device, _
_fontFamily As String, _
_size As Integer _
) |
C# |
---|
public void Initialize(
Device _device,
string _fontFamily,
int _size
) |
Visual C++ |
---|
public:
void Initialize(
Device^ _device,
String^ _fontFamily,
int _size
) |
JavaScript |
---|
function initialize(_device, _fontFamily, _size); |
Parameters
- _device
- Type: Device
Referenced Device
- _fontFamily
- Type: System..::.String
Font
- _size
- Type: System..::.Int32
Font size
See Also