JmgNode.new Method [AX 2012]

Initializes a new instance of the JmgNode class.

public void new(
    int64 _id, 
    int _x, 
    int _y, 
    int _w, 
    int _h, 
    str _txt, 
    int _upCol, 
    int _loCol, 
   [int _order])

Run On

Called

Parameters

_id
Type: int64
The ID of the node.
_x
Type: int
The x coordinate of the node.
_y
Type: int
The y coordinate of the node.
_w
Type: int
The width of the node.
_h
Type: int
The height of the node.
_txt
Type: str
The text to display on the node.
_upCol
Type: int
The upper color of the gradient.
_loCol
Type: int
The lower color of the gradient.
_order
Type: int
The order of the node.

Community Additions

ADD
Show: