spine_bounds_get_x method

double spine_bounds_get_x(
  1. spine_bounds bounds
)

Implementation

double spine_bounds_get_x(
  spine_bounds bounds,
) {
  return _spine_bounds_get_x(
    bounds,
  );
}