Skip to main content

NodeStyleSetPosition

Function NodeStyleSetPosition 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeStyleSetPosition( node: NodePtr, value: PositionType, )
Expand description

§Safety

Set the position of a node instance.

§Arguments

  • node - Raw pointer to the Node instance
  • value - Position type

§Example

NodeStyleSetPosition(node, value);