Skip to main content

NodeLayoutGetBorderLeft

Function NodeLayoutGetBorderLeft 

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

§Safety

Get the border left of a node instance.

§Arguments

  • node - Raw pointer to the Node instance

§Returns

  • f32 - Border left

§Example

NodeLayoutGetBorderLeft(node);