Skip to main content

NodeLayoutGetBorderRight

Function NodeLayoutGetBorderRight 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeLayoutGetBorderRight( node: NodePtr, ) -> f32
Expand description

§Safety

Get the border right of a node instance.

§Arguments

  • node - Raw pointer to the Node instance

§Returns

  • f32 - Border right

§Example

NodeLayoutGetBorderRight(node);