Skip to main content

NodeLayoutGetPaddingLeft

Function NodeLayoutGetPaddingLeft 

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

§Safety

Get the padding left of a node instance.

§Arguments

  • node - Raw pointer to the Node instance

§Returns

  • f32 - Padding left

§Example

NodeLayoutGetPaddingLeft(node);