Skip to main content

NodeLayoutGetPaddingRight

Function NodeLayoutGetPaddingRight 

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

§Safety

Get the padding right of a node instance.

§Arguments

  • node - Raw pointer to the Node instance

§Returns

  • f32 - Padding right

§Example

NodeLayoutGetPaddingRight(node);