Skip to main content

NodeLayoutGetBorderBottom

Function NodeLayoutGetBorderBottom 

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

§Safety

Get the border bottom of a node instance.

§Arguments

  • node - Raw pointer to the Node instance

§Returns

  • f32 - Border bottom

§Example

NodeLayoutGetBorderBottom(node);